summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2019-12-10 19:08:23 +0000
committerWorMzy Tykashi2019-12-10 19:08:23 +0000
commit518d90a1cf22fc5e52405fb26d32b34a15a70446 (patch)
treed193e9541e4e54b7bdc5c51921d5d1b049300f49 /PKGBUILD
parent7593747bbf7f65228c08b74b9350dc0532fa103b (diff)
downloadaur-518d90a1cf22fc5e52405fb26d32b34a15a70446.tar.gz
Fix docs build regression
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8eb6f71a3786..a2deceacde14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=picom-git
_gitname=picom
-pkgver=1242_Next.114.g43b2173_2019.10.23
-pkgrel=3
+pkgver=1283_Next.2.g37532e5_2019.12.10
+pkgrel=1
pkgdesc="X compositor (fork of compton) (git-version)"
arch=(i686 x86_64)
url="https://github.com/yshui/${_gitname}"
@@ -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
}