summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2023-06-03 21:51:28 -0400
committerTed Alff2023-06-03 21:51:28 -0400
commit3d78911d15a25b6204f1d678b949f5df1384a291 (patch)
tree8c6724d9c51ae756f0f91b92abe7c06897ec58c6 /PKGBUILD
parent3510d35cc92263637e80e85a839b180b0dce428d (diff)
downloadaur-libxfce4ui-git.tar.gz
Add --enable-maintainer-mode configure switch.
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
}