summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorscorpion-262023-05-04 16:55:47 +0200
committerscorpion-262023-05-04 16:55:47 +0200
commitd7b929b5164d59276df5a1edcde7fbad10bffed2 (patch)
tree0dcc4ea0379a29ed50e44a583988265ed1f88411 /PKGBUILD
parent2da7477397b11e719ce659c294b0db5adba8d79b (diff)
downloadaur-d7b929b5164d59276df5a1edcde7fbad10bffed2.tar.gz
Build with STB Image
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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
}