summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFermín Olaiz2025-03-22 02:16:55 -0300
committerFermín Olaiz2025-03-22 02:16:55 -0300
commit16e8df6aabb93036dc752c258b8bef4c7fc956b3 (patch)
tree8fd53c9cf72d1454c151557642033ab01540b922
parenta9c529b5dda9d5f6742ceb4877889fce2c877104 (diff)
downloadaur-avizo.tar.gz
add pamixer as hard dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c105caf7a42..408c0d9f2643 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,9 +16,9 @@ pkgbase = avizo
depends = gobject-introspection
depends = gtk-layer-shell
depends = gtk3
+ depends = pamixer
optdepends = brightnessctl: for helper script lightctl
optdepends = light: for helper script lightctl
- optdepends = pamixer: for helper script volumectl
source = avizo-1.3.tar.gz::https://github.com/misterdanb/avizo/archive/refs/tags/1.3.tar.gz
sha256sums = 2b1f5817a916e518b0c10c4c94a3678a5054b879eb32c10b5d1425faa6387127
diff --git a/PKGBUILD b/PKGBUILD
index 1b72d2328122..2e5b22f0ea6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,7 @@ depends=(
gobject-introspection
gtk-layer-shell
gtk3
+ pamixer
)
makedepends=(
meson
@@ -26,7 +27,6 @@ makedepends=(
optdepends=(
'brightnessctl: for helper script lightctl'
'light: for helper script lightctl'
- 'pamixer: for helper script volumectl'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")