summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJimmy Stelzer2020-06-27 17:25:19 -0300
committerJimmy Stelzer2020-06-27 17:25:19 -0300
commitcfebfc3041002a0619dbce9d486380febb95db03 (patch)
tree67e9f0bfe821453c92b681d5b11c4280506d0c7e /PKGBUILD
parenta365cc768ddfc40d64be684bd2fa5f6b46707d19 (diff)
downloadaur-glcs-git.tar.gz
Fix build by deleted submodule
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a28c7e8aa55d..5a10a9958731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jimmy Stelzer <jimmy.stelzer@gmail.com>
pkgname=glcs-git
pkgver=r511aeb71fa
-pkgrel=2
+pkgrel=3
pkgdesc="OpenGL and ALSA Screencast Tool, based in GLC"
arch=('i686' 'x86_64')
url="https://github.com/lano1106/glcs/"
@@ -22,6 +22,7 @@ md5sums=('SKIP')
prepare(){
cd "${srcdir}/glcs"
+ sed -i 's/nullkey/ienorand/' .gitmodules
git submodule init
git submodule update
}