diff options
Diffstat (limited to 'extra/acpi/PKGBUILD')
-rw-r--r-- | extra/acpi/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/acpi/PKGBUILD b/extra/acpi/PKGBUILD index 10d25d391..f967c9530 100644 --- a/extra/acpi/PKGBUILD +++ b/extra/acpi/PKGBUILD @@ -1,9 +1,8 @@ -# $Id: PKGBUILD 107523 2011-01-26 15:33:37Z thomas $ +# $Id: PKGBUILD 148028 2012-01-30 03:41:59Z dan $ # Contributor: Judd Vinet <jvinet@zeroflux.org> -# Maintainer: Thayer Williams <thayer@archlinux.org> pkgname=acpi -pkgver=1.5 +pkgver=1.6 pkgrel=1 pkgdesc="Linux ACPI client providing battery, AC power, and thermal readings" arch=('i686' 'x86_64') @@ -11,7 +10,7 @@ url="http://sourceforge.net/projects/acpiclient" depends=('glibc') source=(http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz) license=('GPL2') -sha256sums=('57ff91cb5bef9e6d158c5b231a553a3a77c9ccfd0e4fad42958d1e61241060dd') +sha256sums=('ed61d20400c4fd3965dde9b49ab3ac74da02f8eca1a55454f7a1ac3fa1fd5c31') build() { cd $srcdir/$pkgname-$pkgver |