summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0dda0f8eb18..f73d575629b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Apr 26 06:43:36 UTC 2017
+# Fri Apr 28 20:10:06 UTC 2017
pkgbase = network-ups-tools
pkgdesc = NUT is a collection of programs for monitoring and administering UPS hardware
pkgver = 2.7.4
- pkgrel = 4
+ pkgrel = 5
url = http://www.networkupstools.org/
install = nut.install
arch = i686
@@ -12,7 +12,7 @@ pkgbase = network-ups-tools
arch = armv7h
license = GPL2
makedepends = asciidoc
- depends = openssl
+ depends = openssl-1.0
depends = libusb-compat
depends = libltdl
depends = neon
diff --git a/PKGBUILD b/PKGBUILD
index ca555610876b..c4736d11ba3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=network-ups-tools
pkgver=2.7.4
-pkgrel=4
+pkgrel=5
pkgdesc="NUT is a collection of programs for monitoring and administering UPS hardware"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://www.networkupstools.org/"
license=('GPL2')
-depends=('openssl' 'libusb-compat' 'libltdl' 'neon' 'net-snmp')
+depends=('openssl-1.0' 'libusb-compat' 'libltdl' 'neon' 'net-snmp')
makedepends=('asciidoc')
backup=(etc/ups/{ups.conf,upsd.conf,upsd.users,upsmon.conf,upssched.conf})
install=nut.install
@@ -21,6 +21,7 @@ sha256sums=('980e82918c52d364605c0703a5dcf01f74ad2ef06e3d365949e43b7d406d25a7')
build() {
cd "$srcdir/nut-$pkgver"
+ export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
./configure \
--without-wrap \
--with-user=ups \