summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEarnestly2015-10-23 19:47:51 +0100
committerEarnestly2015-10-23 19:47:51 +0100
commit109e9fe373f5ac3921ab741e12a5276c51ae897a (patch)
tree48c30e999447d0694541e200b977ae89334f0843
parent078ace91e6c897437d556a331adbf8d05b1ca33a (diff)
downloadaur-109e9fe373f5ac3921ab741e12a5276c51ae897a.tar.gz
wlc: Version bump.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d862534731ac..5842937f39f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wlc-git
pkgdesc = Wayland compositor library.
- pkgver = r789.c8e2f3e
+ pkgver = r800.1852992
pkgrel = 1
url = https://github.com/Cloudef/wlc
arch = i686
@@ -23,7 +23,7 @@ pkgbase = wlc-git
optdepends = xcb-util-image: Needed for xwayland support.
provides = wlc
conflicts = wlc
- options = debug
+ options = !debug
options = !strip
source = git://github.com/Cloudef/wlc
source = git://github.com/Cloudef/chck
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
}