summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAgustín Cisneros2024-08-03 17:21:49 +0200
committerAgustín Cisneros2024-08-03 17:29:54 +0200
commit7fc27f990ba927dee1796c52fc36476e4c28839b (patch)
tree7547d917a489203cbfe0f1ddd75e43af1a73ea87 /PKGBUILD
parent0148f9fc57a9800fa5719151e8c39f805ea9d645 (diff)
downloadaur-ponymix-git.tar.gz
fix pulseaudio dep
* it seems from now to depend on pulseaudio we should use pulse-native-provider, see: https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/issues/10#note_200870 * update pkg version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b440a982e60d..b33d379f75bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=ponymix-git
_pkgname=ponymix
-pkgver=5.r4.g83c6557
+pkgver=5.r6.g242e97f
pkgrel=1
pkgdesc="CLI PulseAudio Volume Control"
arch=('i686' 'x86_64')
url="http://github.com/falconindy/ponymix"
license=('MIT')
-depends=('pulseaudio' 'libnotify')
+depends=('pulse-native-provider' 'libnotify')
makedepends=('git')
conflicts=('ponymix')
provides=('ponymix')