[arch-commits] Commit in iasl/trunk (PKGBUILD)

Laurent Carlier lcarlier at nymeria.archlinux.org
Wed Jan 22 06:49:33 UTC 2014


    Date: Wednesday, January 22, 2014 @ 07:49:33
  Author: lcarlier
Revision: 104509

upgpkg: iasl 20140114-1

upstream update 20140114

Modified:
  iasl/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-22 06:40:19 UTC (rev 104508)
+++ PKGBUILD	2014-01-22 06:49:33 UTC (rev 104509)
@@ -4,7 +4,7 @@
 # Contributor: Alessio 'mOlOk' Bolognino <themolok at gmail.com>
 
 pkgname=iasl
-pkgver=20130823
+pkgver=20140114
 pkgrel=1
 pkgdesc="Intel ACPI Source Language compiler"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 #install=iasl.install
 source=(http://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz
 	LICENSE)
-md5sums=('7846a62551352d7dae6f93f8255e9d99'
+md5sums=('77d5aaa723b98314dae80cac1b33514d'
          '8615526144f69ea4e870d9bc37df9b29')
 
 build() {
@@ -24,11 +24,14 @@
 
   #sed -i -e 's/_CYGWIN/_LINUX/g' -e 's/-Werror//g' Makefile.config
 
-  if [[ $CARCH == i686 ]]; then
-    make BITS=32
-  else
-    make BITS=64
-  fi
+  make clean
+  make
+
+#  if [[ $CARCH == i686 ]]; then
+#    make BITS=32
+#  else
+#    make BITS=64
+#  fi
 }
 
 package() {
@@ -38,5 +41,3 @@
 
   install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
-md5sums=('cc7528ecd185ff779c6b58bfede091b2'
-         '8615526144f69ea4e870d9bc37df9b29')




More information about the arch-commits mailing list