summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-08-11 20:57:32 -0400
committerTed Alff2020-08-11 20:57:32 -0400
commit006b3892786d70d192eefa4de1541cbc7663c984 (patch)
treee7fe79808613c02287be16936ca2cbfc051e50d5
parent730a1c1054c48a3cd614733f5da2d56025a7e96e (diff)
downloadaur-006b3892786d70d192eefa4de1541cbc7663c984.tar.gz
Remove maintainer-mode and vendor-info flags
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08fdbcea739a..777b9803ef33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libxfce4ui-git
pkgdesc = Commonly used Xfce widgets among Xfce applications (git checkout)
- pkgver = 4.15.2+67+gdd59c9e
+ pkgver = 4.15.3+58+g2bece1f
pkgrel = 1
epoch = 1
url = https://git.xfce.org/xfce/libxfce4ui/tree/README
@@ -24,7 +24,7 @@ pkgbase = libxfce4ui-git
depends = startup-notification
depends = hicolor-icon-theme
optdepends = glade: Glade designer plugin
- provides = libxfce4ui=4.15.2
+ provides = libxfce4ui=4.15.3
conflicts = libxfce4ui
source = libxfce4ui::git+https://gitlab.xfce.org/xfce/libxfce4ui
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 982004a1db8c..a864af889d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=libxfce4ui
pkgname="${_pkgname}"-git
epoch=1
-pkgver=4.15.2+67+gdd59c9e
+pkgver=4.15.3+58+g2bece1f
pkgrel=1
pkgdesc="Commonly used Xfce widgets among Xfce applications (git checkout)"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -37,9 +37,7 @@ build() {
--localstatedir=/var \
--disable-static \
--enable-gtk-doc \
- --disable-debug \
- --enable-maintainer-mode \
- --with-vendor-info='Arch Linux'
+ --disable-debug
make
}