summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorscorpion-262023-05-04 16:45:30 +0200
committerscorpion-262023-05-04 16:45:30 +0200
commitcdf9a528ecb2c123b4bdf8303ef03d05fcd53b07 (patch)
tree28d3893cbb15e0d51a07d84dbbd7bc72cf3dc16e
parenta6ab8bd7c78266cf10f76403d5b09aa0035f0f54 (diff)
downloadaur-cdf9a528ecb2c123b4bdf8303ef03d05fcd53b07.tar.gz
Prepare for SNI implementation
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3ea83ce9088..2d182fa98e2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=gBar
pkgname=gbar-git
-pkgver=r53.3d2129c
+pkgver=r91.05e7635
pkgrel=1
# I currently can't test any other arch, so only specify x64
arch=('x86_64')
@@ -10,9 +10,9 @@ 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')
+depends=('gtk-layer-shell' 'pulseaudio' 'libdbusmenu-gtk3')
optdepends=('bluez-utils: Bluetooth support' 'hyprland: Workspace widgets' 'nvidia-utils: Nvidia GPU support')
-makedepends=('git' 'meson' 'ninja' 'gcc')
+makedepends=('git' 'meson' 'ninja' 'gcc' 'pkgconf')
provides=('gbar')
sha256sums=('SKIP')