diff options
Diffstat (limited to 'abs/extra-testing/apcupsd/PKGBUILD')
-rw-r--r-- | abs/extra-testing/apcupsd/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/extra-testing/apcupsd/PKGBUILD b/abs/extra-testing/apcupsd/PKGBUILD index 9f66f5d..ad57d1a 100644 --- a/abs/extra-testing/apcupsd/PKGBUILD +++ b/abs/extra-testing/apcupsd/PKGBUILD @@ -3,8 +3,8 @@ # Maintainer: Todd Musall <tmusall@comcast.net> pkgname=apcupsd -pkgver=3.14.5 -pkgrel=2 +pkgver=3.14.8 +pkgrel=1 pkgdesc="Apcupsd can be used for power mangement and controlling most of APC's UPS models on Unix and Windows machines." arch=(i686 x86_64) url="http://www.apcupsd.org" @@ -17,10 +17,6 @@ source=(http://switch.dl.sf.net/sourceforge/apcupsd/$pkgname-$pkgver.tar.gz \ apcupsd apcupsd.conf run) -md5sums=('4ac73ec91d8ab56f3fac894e172567c4' - '5eae3c4d921eeb81798a0250fe3dd111' - '2f533aec32c9445510bb2127b453b175' - 'd4b8c755ecd30f57810f71a6d6435dd3') build() { cd $startdir/src/$pkgname-$pkgver @@ -36,3 +32,7 @@ build() { mkdir -p $startdir/pkg/etc/sv/apcupsd/supervise install -D -m755 ../run $startdir/pkg/etc/sv/apcupsd } +md5sums=('cd17f0a903dc2220e55ed54e242359d2' + '5eae3c4d921eeb81798a0250fe3dd111' + '2f533aec32c9445510bb2127b453b175' + '32ae73bc096c1d0982c12d8ec46abee2') |