summaryrefslogtreecommitdiff
path: root/community/iasl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/iasl/PKGBUILD')
-rw-r--r--community/iasl/PKGBUILD12
1 files changed, 3 insertions, 9 deletions
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 <lordheavym@gmail.com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Alessio 'mOlOk' Bolognino <themolok@gmail.com>
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() {