diff options
author | root <root@rshg054.dnsready.net> | 2013-08-29 03:06:29 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-29 03:06:29 -0700 |
commit | 0a2b1eeb31400e539041c83cc1a5952f1c880917 (patch) | |
tree | e957f8274799baeebffbefd8182fa1e7f106979f /community/iasl/PKGBUILD | |
parent | d4e7f77644a42f66c76c525abf0bd5d47c6431eb (diff) |
Thu Aug 29 03:04:08 PDT 2013
Diffstat (limited to 'community/iasl/PKGBUILD')
-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 8a1c56714..d2c0bc5fd 100644 --- a/community/iasl/PKGBUILD +++ b/community/iasl/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 91015 2013-05-17 22:04:55Z lcarlier $ +# $Id: PKGBUILD 96438 2013-08-28 21:10:55Z lcarlier $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Alessio 'mOlOk' Bolognino <themolok@gmail.com> pkgname=iasl -pkgver=20130517 +pkgver=20130823 pkgrel=1 pkgdesc="Intel ACPI Source Language compiler" arch=('i686' 'x86_64') @@ -16,13 +16,13 @@ options=('!makeflags') #install=iasl.install source=(http://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz LICENSE) -md5sums=('99fa19c67c8fa95f90cb7ec0f29d6242' +md5sums=('7846a62551352d7dae6f93f8255e9d99' '8615526144f69ea4e870d9bc37df9b29') build() { cd "${srcdir}/acpica-unix-${pkgver}"/generate/unix - sed -i -e 's/_CYGWIN/_LINUX/g' -e 's/-Werror//g' Makefile.config + #sed -i -e 's/_CYGWIN/_LINUX/g' -e 's/-Werror//g' Makefile.config if [[ $CARCH == i686 ]]; then make BITS=32 @@ -38,5 +38,5 @@ package() { install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } -md5sums=('7846a62551352d7dae6f93f8255e9d99' +md5sums=('cc7528ecd185ff779c6b58bfede091b2' '8615526144f69ea4e870d9bc37df9b29') |