summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEarnestly2015-10-23 19:47:51 +0100
committerEarnestly2015-10-23 19:47:51 +0100
commit109e9fe373f5ac3921ab741e12a5276c51ae897a (patch)
tree48c30e999447d0694541e200b977ae89334f0843 /PKGBUILD
parent078ace91e6c897437d556a331adbf8d05b1ca33a (diff)
downloadaur-109e9fe373f5ac3921ab741e12a5276c51ae897a.tar.gz
wlc: Version bump.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1f1963b7430..f711b0d43417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=wlc-git
-pkgver=r789.c8e2f3e
+pkgver=r800.1852992
pkgrel=1
pkgdesc='Wayland compositor library.'
@@ -24,7 +24,7 @@ source=('git://github.com/Cloudef/wlc'
md5sums=('SKIP' 'SKIP')
-options=('debug' '!strip')
+options=('!debug' '!strip')
pkgver() {
cd wlc
@@ -34,7 +34,7 @@ pkgver() {
prepare() {
cd wlc
git submodule init
- git config submodule.chck.url "$srcdir"/chck
+ git config submodule.lib/chck.url "$srcdir"/chck
git submodule update lib/chck
}