diff options
author | root <root@rshg054.dnsready.net> | 2012-06-26 00:01:48 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-26 00:01:48 +0000 |
commit | 9a6b691757346035549dbd12d1323301d04a6675 (patch) | |
tree | 5e06d2322b58a73254a0ca2c05d2083cb0209db2 /community/iasl | |
parent | 3b99c42eb8ca744e86e4e17197b1bf10642c6785 (diff) |
Tue Jun 26 00:01:48 UTC 2012
Diffstat (limited to 'community/iasl')
-rw-r--r-- | community/iasl/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/iasl/PKGBUILD b/community/iasl/PKGBUILD index 5e8d89a49..d33d2efa4 100644 --- a/community/iasl/PKGBUILD +++ b/community/iasl/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59496 2011-11-26 21:04:57Z lcarlier $ +# $Id: PKGBUILD 72890 2012-06-24 13:48:22Z lcarlier $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Alessio 'mOlOk' Bolognino <themolok@gmail.com> pkgname=iasl -pkgver=20111123 +pkgver=20120620 pkgrel=1 pkgdesc="Intel ACPI Source Language compiler" arch=('i686' 'x86_64') @@ -16,11 +16,11 @@ options=('!makeflags') install=iasl.install source=(http://acpica.org/download/acpica-unix-${pkgver}.tar.gz LICENSE) -md5sums=('433470ddbdf8eab5e9c22e8f0e8836ff' +md5sums=('7061691ed7c828bc640aaf4274bbca78' '8615526144f69ea4e870d9bc37df9b29') build() { - cd "${srcdir}/acpica-unix-${pkgver}" + cd "${srcdir}/acpica-unix-${pkgver}"/source # fix building with gcc-4.6 sed -i -e 's/-Werror//g' compiler/Makefile tools/acpisrc/Makefile @@ -41,7 +41,7 @@ build() { } package() { - cd "${srcdir}/acpica-unix-${pkgver}" + cd "${srcdir}/acpica-unix-${pkgver}"/source install -D -m755 compiler/iasl "${pkgdir}/usr/bin/iasl" install -m755 tools/acpisrc/acpisrc "${pkgdir}/usr/bin" |