summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6641f6eaf784..aba2b6a4f945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=libxfce4ui
pkgname="${_pkgname}"-git
epoch=1
-pkgver=4.19.1+2+g261a619
+pkgver=4.19.2+3+g8194ffd
pkgrel=1
pkgdesc="Commonly used Xfce widgets among Xfce applications (git checkout)"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -37,7 +37,8 @@ build() {
--enable-gtk-doc \
--disable-debug \
--enable-gladeui2 \
- --with-vendor-info='Arch Linux'
+ --with-vendor-info='Arch Linux' \
+ --enable-maintainer-mode
make
}