diff options
author | root <root@rshg054.dnsready.net> | 2013-05-12 01:16:13 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-12 01:16:13 -0700 |
commit | 5b9e0d821dd428792bd51ed03af2b800924ce69d (patch) | |
tree | e789152a7a0fd6ae4eb0a7d0e572d392f81beca4 /extra/upower/PKGBUILD | |
parent | 207b7c7b0d7bc0db898a2386a665bdb20495fb19 (diff) |
Sun May 12 01:15:39 PDT 2013
Diffstat (limited to 'extra/upower/PKGBUILD')
-rw-r--r-- | extra/upower/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/upower/PKGBUILD b/extra/upower/PKGBUILD index e462b8550..e135247b2 100644 --- a/extra/upower/PKGBUILD +++ b/extra/upower/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 180239 2013-03-18 19:28:47Z jgc $ +# $Id: PKGBUILD 185169 2013-05-11 16:16:34Z tomegun $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=upower pkgver=0.9.20 -pkgrel=1 +pkgrel=2 pkgdesc="Abstraction for enumerating power devices, listening to device events and querying history and statistics" arch=('i686' 'x86_64') url="http://upower.freedesktop.org" @@ -18,6 +18,7 @@ build() { cd "$pkgname-$pkgver" # put udev files in /usr/lib + # should be dropped as of 0.9.21!! sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure ./configure --prefix=/usr --sysconfdir=/etc \ |