summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorscorpion-262023-05-04 16:55:47 +0200
committerscorpion-262023-05-04 16:55:47 +0200
commitd7b929b5164d59276df5a1edcde7fbad10bffed2 (patch)
tree0dcc4ea0379a29ed50e44a583988265ed1f88411
parent2da7477397b11e719ce659c294b0db5adba8d79b (diff)
downloadaur-d7b929b5164d59276df5a1edcde7fbad10bffed2.tar.gz
Build with STB Image
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4ee1d2086bf..c127a3147b16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gbar-git
pkgdesc = Blazingly fast status bar written with GTK
- pkgver = r91.05e7635
+ pkgver = r108.ea857e5
pkgrel = 1
url = https://github.com/scorpion-26/gBar
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2d182fa98e2a..b845be310d2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=gBar
pkgname=gbar-git
-pkgver=r91.05e7635
+pkgver=r108.ea857e5
pkgrel=1
# I currently can't test any other arch, so only specify x64
arch=('x86_64')
@@ -24,6 +24,7 @@ pkgver() {
# 'meson setup build' should only be called once, so call it here
prepare() {
cd "$_pkgname"
+ git submodule update --init
meson setup build -Dbuildtype=release -Dprefix=/usr
}