Date: Monday, December 23, 2019 @ 12:35:25 Author: archange Revision: 539172
upgpkg: acpica 20191213-1 Modified: acpica/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-23 12:33:21 UTC (rev 539171) +++ PKGBUILD 2019-12-23 12:35:25 UTC (rev 539172) @@ -4,7 +4,7 @@ # Contributor: Alessio 'mOlOk' Bolognino <[email protected]> pkgname=acpica -pkgver=20191018 +pkgver=20191213 pkgrel=1 pkgdesc="ACPI tools, including Intel ACPI Source Language compiler" arch=(x86_64) @@ -16,8 +16,8 @@ conflicts=(iasl) replaces=(iasl) options=(!makeflags) -source=("https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz") -sha256sums=('029db4014600e4b771b11a84276d2d76eb40fb26eabc85864852ef1f962be95f') +source=(https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz) +sha256sums=('304930df9836d3d4cdbf67a3ae6bd96dbc65f62602d869f571f4b6a12341e6c6') build() { cd acpica-unix-${pkgver}
