[arch-commits] Commit in apcupsd/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Tue Oct 25 14:06:12 UTC 2016
Date: Tuesday, October 25, 2016 @ 14:06:11
Author: bluewind
Revision: 193299
Fix FS#51472 - [apcupsd] Crash in v3.14.14 when using modbus over USB
Modified:
apcupsd/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-25 13:18:56 UTC (rev 193298)
+++ PKGBUILD 2016-10-25 14:06:11 UTC (rev 193299)
@@ -6,12 +6,12 @@
pkgname=apcupsd
pkgver=3.14.14
-pkgrel=1
+pkgrel=2
pkgdesc="Power mangement and controlling most of APC's UPS models"
arch=(i686 x86_64)
url="http://www.apcupsd.org"
license=('GPL')
-depends=('gcc-libs' 'systemd-sysvcompat')
+depends=('gcc-libs' 'systemd-sysvcompat' 'libusb-compat')
optdepends=('gd: for CGI'
'gconf: for frontend'
'gtk2: for frontend')
@@ -46,7 +46,7 @@
--enable-cgi --enable-usb --enable-net \
--with-upstype=usb --with-upscable=usb \
--with-serial-dev=/dev/usb/hid/hiddev[0-9] \
- --enable-pthreads --enable-gapcmon
+ --enable-gapcmon --enable-modbus-usb
make
}
More information about the arch-commits
mailing list