summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorscorpion-262023-06-01 23:21:58 +0200
committerscorpion-262023-06-01 23:21:58 +0200
commitf85b166090a96c0f9f28e2965d4c884ab250c511 (patch)
tree623762d433cc545729931d098e7e8941b2e8d380
parentd7b929b5164d59276df5a1edcde7fbad10bffed2 (diff)
downloadaur-f85b166090a96c0f9f28e2965d4c884ab250c511.tar.gz
Depend on pamixer
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c127a3147b16..07203cb098f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gbar-git
pkgdesc = Blazingly fast status bar written with GTK
- pkgver = r108.ea857e5
+ pkgver = r118.180e472
pkgrel = 1
url = https://github.com/scorpion-26/gBar
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = gbar-git
depends = gtk-layer-shell
depends = pulseaudio
depends = libdbusmenu-gtk3
+ depends = pamixer
optdepends = bluez-utils: Bluetooth support
optdepends = hyprland: Workspace widgets
optdepends = nvidia-utils: Nvidia GPU support
diff --git a/PKGBUILD b/PKGBUILD
index b845be310d2e..5468711d12c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=gBar
pkgname=gbar-git
-pkgver=r108.ea857e5
+pkgver=r118.180e472
pkgrel=1
# I currently can't test any other arch, so only specify x64
arch=('x86_64')
@@ -10,7 +10,7 @@ pkgdesc='Blazingly fast status bar written with GTK'
url='https://github.com/scorpion-26/gBar'
source=("$_pkgname::git+$url")
license=('MIT')
-depends=('gtk-layer-shell' 'pulseaudio' 'libdbusmenu-gtk3')
+depends=('gtk-layer-shell' 'pulseaudio' 'libdbusmenu-gtk3' 'pamixer')
optdepends=('bluez-utils: Bluetooth support' 'hyprland: Workspace widgets' 'nvidia-utils: Nvidia GPU support')
makedepends=('git' 'meson' 'ninja' 'gcc' 'pkgconf')
provides=('gbar')