summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15ebf215934e..e8379117a9ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wlc-git
pkgdesc = Wayland compositor library.
- pkgver = r716.d7f7f40
+ pkgver = r721.016b5a7
pkgrel = 1
url = https://github.com/Cloudef/wlc
arch = i686
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() {