summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-03-12 11:10:06 +0100
committerSefa Eyeoglu2022-03-12 11:10:06 +0100
commitc9552d3002b1b231098e88f504e9e855f6508d51 (patch)
tree05912801b0de5aabccc8bec91e41c175ea4b4382
parent2690fcf409bfd0736389a4ab6ec2b607712c17df (diff)
downloadaur-c9552d3002b1b231098e88f504e9e855f6508d51.tar.gz
upgpkg: gamescope-git 3.11.27.r0.ga913f85-3
fix: delete stb subproject first
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 516fc06cedee..8a8c46206e1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gamescope-git
pkgdesc = Micro-compositor formerly known as steamcompmgr
pkgver = 3.11.27.r0.ga913f85
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Plagman/gamescope
arch = x86_64
license = custom:BSD-2-Clause
diff --git a/PKGBUILD b/PKGBUILD
index e325623c1410..538460db313e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,6 +48,7 @@ prepare() {
git submodule update
# HACK: manually clone stb into subprojects
+ rm -rf "subprojects/stb"
git clone "$srcdir/stb" "subprojects/stb"
cp "subprojects/packagefiles/stb/meson.build" "subprojects/stb/"
}