summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b3cb2bb7825..7b0d91a8fe36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Apr 21 06:51:48 UTC 2016
+# Mon May 30 13:43:35 UTC 2016
pkgbase = network-ups-tools
pkgdesc = NUT is a collection of programs for monitoring and administering UPS hardware
pkgver = 2.7.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.networkupstools.org/
install = nut.install
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
license = GPL2
makedepends = asciidoc
depends = openssl
diff --git a/PKGBUILD b/PKGBUILD
index d87f6dc42e34..f9f2a7487dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
pkgname=network-ups-tools
pkgver=2.7.4
-pkgrel=1
+pkgrel=2
pkgdesc="NUT is a collection of programs for monitoring and administering UPS hardware"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://www.networkupstools.org/"
license=('GPL2')
depends=('openssl' 'libusb-compat' 'libltdl' 'neon' 'net-snmp')
@@ -42,7 +42,7 @@ build() {
--with-systemdsystemunitdir=/usr/lib/systemd/system \
--datadir=/usr/share/ups \
--sbindir=/usr/bin \
- --with-drvpath=/usr/bin \
+ --with-drvpath=/usr/lib/network-ups-tools \
--sysconfdir=/etc/ups \
--with-openssl
make