summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEarnestly2015-08-23 15:56:18 +0100
committerEarnestly2015-08-23 15:56:18 +0100
commit4eb9bc13d11dd36a853f55284eb7c34ae68188d1 (patch)
treebde9514d298bce4434a131197714cb8d3bd56d28 /PKGBUILD
parentdf81412e0b0b3ed2e4e27d74f348db083b7035ba (diff)
downloadaur-4eb9bc13d11dd36a853f55284eb7c34ae68188d1.tar.gz
wlc: Update submodule location.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a60ed7fdf4f..106db9e8c988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=wlc-git
-pkgver=r716.d7f7f40
+pkgver=r721.016b5a7
pkgrel=1
pkgdesc='Wayland compositor library.'
@@ -33,7 +33,7 @@ prepare() {
cd wlc
git submodule init
git config submodule.chck.url "$srcdir"/chck
- git submodule update lib/chck/src
+ git submodule update lib/chck
}
build() {