summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj-sh6042024-08-07 04:25:41 -0400
committerkj-sh6042024-08-07 04:25:41 -0400
commit798219aa2bf27d4a49124d692938f0d8e615c761 (patch)
treeaa0423a8d0b238b14f40cd2c51bc7b64b4d1ad91
parent08f9d66ea4b1fa1e1a3ac7d06bf6f8f3150c0b44 (diff)
upgpkg: 0.2.4-2
-rw-r--r--xfce4-volumed-pulse/.SRCINFO6
-rw-r--r--xfce4-volumed-pulse/.gitignore7
-rw-r--r--xfce4-volumed-pulse/PKGBUILD6
3 files changed, 10 insertions, 9 deletions
diff --git a/xfce4-volumed-pulse/.SRCINFO b/xfce4-volumed-pulse/.SRCINFO
index 059e527..bb0041e 100644
--- a/xfce4-volumed-pulse/.SRCINFO
+++ b/xfce4-volumed-pulse/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xfce4-volumed-pulse
pkgdesc = A volume keys control daemon for Xfce using pulseaudio
pkgver = 0.2.4
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.xfce.org/apps/xfce4-volumed-pulse
arch = i686
arch = x86_64
@@ -9,13 +9,13 @@ pkgbase = xfce4-volumed-pulse
makedepends = git
makedepends = xfce4-dev-tools
depends = libnotify
- depends = pulseaudio
+ depends = pulse-native-provider
depends = libkeybinder3
depends = xfconf
optdepends = xfce4-notifyd: for OSD notifications
conflicts = xfce4-volumed
replaces = xfce4-volumed
- source = https://aedrielkylejavier.me/assets/xfce4-volumed-pulse/0.2/xfce4-volumed-pulse-0.2.4.tar.bz2
+ source = https://archive.xfce.org/src/apps/xfce4-volumed-pulse/0.2/xfce4-volumed-pulse-0.2.4.tar.bz2
sha256sums = a019e3f626b31c0aaa0b807962606645cc0caf7930882b034a5a3a1719858362
pkgname = xfce4-volumed-pulse
diff --git a/xfce4-volumed-pulse/.gitignore b/xfce4-volumed-pulse/.gitignore
index 8d78c83..018a3de 100644
--- a/xfce4-volumed-pulse/.gitignore
+++ b/xfce4-volumed-pulse/.gitignore
@@ -1,3 +1,4 @@
-pkg/
-src/
-*.tar*
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
diff --git a/xfce4-volumed-pulse/PKGBUILD b/xfce4-volumed-pulse/PKGBUILD
index 85d5684..59578e0 100644
--- a/xfce4-volumed-pulse/PKGBUILD
+++ b/xfce4-volumed-pulse/PKGBUILD
@@ -4,18 +4,18 @@ pkgname=xfce4-volumed-pulse
_vmaj=0.2
_vmin=4
pkgver=$_vmaj.$_vmin
-pkgrel=1
+pkgrel=2
pkgdesc='A volume keys control daemon for Xfce using pulseaudio'
arch=('i686' 'x86_64')
license=('GPL3')
conflicts=('xfce4-volumed')
replaces=('xfce4-volumed')
url="https://gitlab.xfce.org/apps/$pkgname"
-depends=('libnotify' 'pulseaudio' 'libkeybinder3' 'xfconf')
+depends=('libnotify' 'pulse-native-provider' 'libkeybinder3' 'xfconf')
makedepends=('git' 'xfce4-dev-tools')
optdepends=('xfce4-notifyd: for OSD notifications')
sha256sums=('a019e3f626b31c0aaa0b807962606645cc0caf7930882b034a5a3a1719858362')
-source=("https://aedrielkylejavier.me/assets/$pkgname/$_vmaj/$pkgname-$pkgver.tar.bz2")
+source=("https://archive.xfce.org/src/apps/$pkgname/$_vmaj/$pkgname-$pkgver.tar.bz2")
build() {
cd $pkgname-$pkgver