summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryokirinjin2024-03-26 22:58:39 -0400
committeryokirinjin2024-03-26 22:58:39 -0400
commitdf53f49f69d0fad93a8e90d8c455b1370d885a13 (patch)
treeab59eb40e5c0e8684658ad00f409f5b81116ef95
parentab2665f22557171f17048c927d7b5164bb9a35ab (diff)
downloadaur-df53f49f69d0fad93a8e90d8c455b1370d885a13.tar.gz
Add alsa-utils as runtime dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d87e61803b54..344b6a3fbbf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = xfce4-mixer
license = GPL2
makedepends = intltool
depends = xfce4-panel
- depends = alsa-lib>=1.2.1
+ depends = alsa-utils
depends = gstreamer
source = https://archive.xfce.org/src/apps/xfce4-mixer/4.18/xfce4-mixer-4.18.1.tar.bz2
sha256sums = b27f67dccc9dd67d989b405dab02be1299436dd71b58edb88a1d5f82571ead95
diff --git a/PKGBUILD b/PKGBUILD
index 2e12a9f85e1a..2363a961a5fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='A volume control application based on GStreamer'
arch=('x86_64')
url='https://docs.xfce.org/apps/xfce4-mixer/start'
license=('GPL2')
-depends=('xfce4-panel' 'alsa-lib>=1.2.1' 'gstreamer')
+depends=('xfce4-panel' 'alsa-utils' 'gstreamer')
makedepends=('intltool')
source=("https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
sha256sums=('b27f67dccc9dd67d989b405dab02be1299436dd71b58edb88a1d5f82571ead95')