Date: Sunday, January 29, 2012 @ 22:41:28 Author: dan Revision: 148027
upgpkg: acpi 1.6-1 Modified: acpi/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-01-30 02:43:10 UTC (rev 148026) +++ PKGBUILD 2012-01-30 03:41:28 UTC (rev 148027) @@ -1,9 +1,8 @@ # $Id$ # Contributor: Judd Vinet <[email protected]> -# Maintainer: Thayer Williams <[email protected]> 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 @@ depends=('glibc') source=(http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz) license=('GPL2') -sha256sums=('57ff91cb5bef9e6d158c5b231a553a3a77c9ccfd0e4fad42958d1e61241060dd') +sha256sums=('ed61d20400c4fd3965dde9b49ab3ac74da02f8eca1a55454f7a1ac3fa1fd5c31') build() { cd $srcdir/$pkgname-$pkgver
