diff options
author | root <root@rshg054.dnsready.net> | 2012-05-16 00:02:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-16 00:02:54 +0000 |
commit | a7a5f4160bb345e35c58a565494d4416f601fc17 (patch) | |
tree | ccfe5688f0a902f1ee3ac215f2a27bdec7d42d01 /extra/xfce4-battery-plugin | |
parent | 52a4948b9138662b1e7b23b04ef0d72101519f2d (diff) |
Wed May 16 00:02:54 UTC 2012
Diffstat (limited to 'extra/xfce4-battery-plugin')
-rw-r--r-- | extra/xfce4-battery-plugin/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/xfce4-battery-plugin/PKGBUILD b/extra/xfce4-battery-plugin/PKGBUILD index 047ab8821..2093ef5e9 100644 --- a/extra/xfce4-battery-plugin/PKGBUILD +++ b/extra/xfce4-battery-plugin/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 158010 2012-04-30 23:47:39Z eric $ +# $Id: PKGBUILD 158992 2012-05-14 14:50:58Z foutrelis $ # Maintainer: aurelien <aurelien@archlinux.org> # Contributor: Aurelien Foret <orelien@chez.com> pkgname=xfce4-battery-plugin -pkgver=1.0.2 +pkgver=1.0.4 pkgrel=1 pkgdesc="A battery monitor plugin for the Xfce panel" arch=('i686' 'x86_64') @@ -15,10 +15,11 @@ makedepends=('intltool') options=('!libtool') install=$pkgname.install source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('333313ae07bac68e29d4c1543e425fd1f3b539d61f7bc471a189ddb475bbb978') +sha256sums=('2682d634f30511d09e65f70b3cb3bd7748cc684a745a252c47c4118b3adf6dd6') build() { cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ --prefix=/usr \ --sysconfdir=/etc \ |