summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorscorpion-262024-03-13 03:04:16 +0100
committerscorpion-262024-03-13 03:04:16 +0100
commit62bb32d14b72a98527a22f251d6c455a4fdc25a5 (patch)
tree85c6de718f295b086a542144db7a46faa9355907
parentfe76888bf0468a36d750b55b8a6b2a7123afabfe (diff)
downloadaur-62bb32d14b72a98527a22f251d6c455a4fdc25a5.tar.gz
Add libsass to dependencies.
Since https://github.com/scorpion-26/gBar/pull/76 gBar requires libsass
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9c666a9c53a..dc90bbf93062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=gBar
pkgname=gbar-git
-pkgver=r173.d811b14
+pkgver=r221.d3f46bc
pkgrel=1
# Architectures which are atleast confirmed to somewhat work.
arch=('x86_64' 'aarch64')
@@ -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' 'pamixer')
+depends=('gtk-layer-shell' 'pulseaudio' 'libdbusmenu-gtk3' 'pamixer' 'libsass')
optdepends=('bluez-utils: Bluetooth support'
'hyprland: Workspace widgets'
'nvidia-utils: Nvidia GPU support'