summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Beringer2016-08-05 18:31:46 +0200
committerIan Beringer2016-08-05 18:31:46 +0200
commit69b1be4dac79721efbcf60d0c2aa37c8d6d18a1a (patch)
tree94a14a4d844cd0053689bf7ffecb4fadb28abaa1
parent16c9b2a4c4e6c7c38f77c56711f9259669d4e09f (diff)
downloadaur-69b1be4dac79721efbcf60d0c2aa37c8d6d18a1a.tar.gz
update to 0.5.10.47.gbd800d4, use bundled deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1e32e3ab791..975c44f0c604 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = usbguard-git
pkgdesc = USBGuard is a software framework for implementing USB device authorization policies
- pkgver = 0.4.73.g0afc46a
+ pkgver = 0.5.10.47.gbd800d4
pkgrel = 1
url = https://github.com/dkopecek/usbguard
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b319c871b8d4..d9e84cad4dd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=usbguard-git
_pkgname=usbguard
-pkgver=0.4.73.g0afc46a
+pkgver=0.5.10.47.gbd800d4
pkgrel=1
license=('GPL2')
pkgdesc='USBGuard is a software framework for implementing USB device authorization policies'
@@ -22,7 +22,12 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
./autogen.sh
- ./configure --prefix=/usr --sbindir=/usr/bin --libdir=/usr/lib --enable-systemd --with-bundled-json --with-bundled-spdlog
+ ./configure --prefix=/usr --sbindir=/usr/bin --libdir=/usr/lib \
+ --enable-systemd \
+ --with-bundled-json \
+ --with-bundled-spdlog \
+ --with-bundled-catch \
+ --with-bundled-pegtl
make
}