summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36e9bf01b572..dd3cba2cc27d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=compton-git
_gitname=compton
epoch=2
-pkgver=1019_6.rc2.82.g83941c5_2019.04.04
+pkgver=1151_Next.23.g6ac5062_2019.07.27
pkgrel=1
pkgdesc="X Compositor (a fork of xcompmgr-dana) (git-version)"
arch=(i686 x86_64)
@@ -33,7 +33,7 @@ pkgver() {
build() {
cd "${srcdir}/${_gitname}"
- meson --buildtype=release . build --prefix=/usr -Dbuild_docs=true
+ meson --buildtype=release . build --prefix=/usr -Dwith_docs=true
ninja -C build
}