Date: Monday, December 5, 2016 @ 17:12:25 Author: lcarlier Revision: 198056
upgpkg: iasl 20161117-1 upstream update 20161117 Modified: iasl/trunk/PKGBUILD Deleted: iasl/trunk/iasl.install --------------+ PKGBUILD | 9 ++++----- iasl.install | 17 ----------------- 2 files changed, 4 insertions(+), 22 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-05 17:09:53 UTC (rev 198055) +++ PKGBUILD 2016-12-05 17:12:25 UTC (rev 198056) @@ -4,7 +4,7 @@ # Contributor: Alessio 'mOlOk' Bolognino <[email protected]> pkgname=iasl -pkgver=20160930 +pkgver=20161117 pkgrel=1 pkgdesc="Intel ACPI Source Language compiler" arch=('i686' 'x86_64') @@ -13,11 +13,10 @@ depends=('glibc') makedepends=('flex' 'bison') options=('!makeflags') -#install=iasl.install -source=(http://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz +source=(https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz LICENSE) -md5sums=('cd355f3f1e21f2ee76ba6e91e0908a33' - '8615526144f69ea4e870d9bc37df9b29') +sha256sums=('703e352a2d3f57905d0b5fc8ce11a1f5312bf5d601808a18c120ae7828f45031' + 'a8eeb8c94b709f91be8575c229cc1df7f8aacb018224b23b0ab6f833a7f18591') build() { cd "${srcdir}/acpica-unix-${pkgver}"/generate/unix Deleted: iasl.install =================================================================== --- iasl.install 2016-12-05 17:09:53 UTC (rev 198055) +++ iasl.install 2016-12-05 17:12:25 UTC (rev 198056) @@ -1,17 +0,0 @@ -# arg 1: the new package version -post_install() { -cat << EOM - -==> iasl post install message: -==> In order to use this software you have to agree to Intel's license located in -==> /usr/share/licenses/iasl/LICENSE otherwise please remove this package. - -EOM -} - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - post_install $1 -} -
