summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Bruhin2016-11-22 10:46:10 +0100
committerFlorian Bruhin2016-11-22 10:46:10 +0100
commit3056bda3b5984a39700469ecd257807bd439e4ce (patch)
treef0ef5fe577eabfd5cf89be9a253954adc93e073d /PKGBUILD
parentf91169fb927b7467ce1da33fad9608d55c087804 (diff)
downloadaur-3056bda3b5984a39700469ecd257807bd439e4ce.tar.gz
Add --with-dev
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c10bd26ac66a..01c45bb62055 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Dan Ziemba <zman0900@gmail.com>
pkgname=network-ups-tools-git
-pkgver=v2.7.4.r55.gb0d8138
+pkgver=v2.7.4.r158.gfc5f808
pkgrel=1
pkgdesc="NUT is a collection of programs for monitoring and administering UPS hardware"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -56,7 +56,8 @@ build() {
--sbindir=/usr/bin \
--with-drvpath=/usr/lib/network-ups-tools \
--sysconfdir=/etc/ups \
- --with-openssl
+ --with-openssl \
+ --with-dev
make
}