From 38eab99b0f820f0d7720c7bc4c1dab4a7d5eaeab Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 6 Apr 2014 03:44:19 +0000 Subject: Sun Apr 6 03:39:50 UTC 2014 --- community/iasl/PKGBUILD | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'community/iasl/PKGBUILD') diff --git a/community/iasl/PKGBUILD b/community/iasl/PKGBUILD index 474085f09..ad5583f12 100644 --- a/community/iasl/PKGBUILD +++ b/community/iasl/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 104510 2014-01-22 06:49:46Z lcarlier $ +# $Id: PKGBUILD 108836 2014-04-05 03:36:38Z lcarlier $ # Maintainer : Laurent Carlier # Contributor: Giovanni Scafora # Contributor: Alessio 'mOlOk' Bolognino pkgname=iasl -pkgver=20140114 +pkgver=20140325 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/sites/acpica/files/acpica-unix-${pkgver}.tar.gz LICENSE) -md5sums=('77d5aaa723b98314dae80cac1b33514d' +md5sums=('08c2ee7ba766c76c9be379d121878cd8' '8615526144f69ea4e870d9bc37df9b29') build() { @@ -26,12 +26,6 @@ build() { make clean make - -# if [[ $CARCH == i686 ]]; then -# make BITS=32 -# else -# make BITS=64 -# fi } package() { -- cgit v1.2.3-54-g00ecf