summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Beringer2018-10-06 00:35:08 +0200
committerIan Beringer2018-10-06 00:35:08 +0200
commitd74e942948c89cdcc9ed770357eb58a25d9f8d2e (patch)
treecc9236c7081ba9258e07c3d6e845750552be13ce /PKGBUILD
parent71dc26527e78e31f318e78211dbf7a687661a160 (diff)
downloadaur-usbguard.tar.gz
Fix build after automake upgrade
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24101142ac78..3589abf4e7b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=usbguard
_pkgname=usbguard
pkgver=0.7.4
-pkgrel=2
+pkgrel=3
license=('GPL2')
pkgdesc='USBGuard is a software framework for implementing USB device authorization policies'
makedepends=("git" "libxslt" "asciidoc" "bash-completion")
@@ -34,7 +34,7 @@ prepare() {
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 <../include.patch
- aclocal
+ autoreconf -f -i
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sys=/etc -sbindir=/usr/bin --libdir=/usr/lib \
--enable-systemd \
--with-gui-qt=qt5 \