diff options
Diffstat (limited to 'community/iasl')
-rw-r--r-- | community/iasl/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/iasl/PKGBUILD b/community/iasl/PKGBUILD index f7bb70c64..620d34ca6 100644 --- a/community/iasl/PKGBUILD +++ b/community/iasl/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 55855 2011-09-23 21:20:50Z lcarlier $ +# $Id: PKGBUILD 57443 2011-10-27 20:27:47Z lcarlier $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Alessio 'mOlOk' Bolognino <themolok@gmail.com> pkgname=iasl -pkgver=20110623 +pkgver=20110922 pkgrel=1 pkgdesc="Intel ACPI Source Language compiler" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ options=('!makeflags') install=iasl.install source=(http://acpica.org/download/acpica-unix-${pkgver}.tar.gz LICENSE) -md5sums=('93e827bf4b1f1971a1b3c2074c5f9ccb' +md5sums=('b95af67bb277657ae01844db01f2f9c7' '8615526144f69ea4e870d9bc37df9b29') build() { |