[arch-commits] Commit in acpica/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Fri May 10 13:59:06 UTC 2019
Date: Friday, May 10, 2019 @ 13:59:06
Author: archange
Revision: 464824
upgpkg: acpica 20190509-1
Modified:
acpica/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-10 13:56:55 UTC (rev 464823)
+++ PKGBUILD 2019-05-10 13:59:06 UTC (rev 464824)
@@ -4,20 +4,20 @@
# Contributor: Alessio 'mOlOk' Bolognino <themolok at gmail.com>
pkgname=acpica
-pkgver=20190329
+pkgver=20190509
pkgrel=1
pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
-arch=('x86_64')
+arch=(x86_64)
url="https://acpica.org"
-license=('GPL2')
-depends=('glibc')
-makedepends=('flex' 'bison')
-provides=('iasl')
-conflicts=('iasl')
-replaces=('iasl')
-options=('!makeflags')
+license=(GPL2)
+depends=(glibc)
+makedepends=(flex bison)
+provides=(iasl)
+conflicts=(iasl)
+replaces=(iasl)
+options=(!makeflags)
source=("https://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz")
-sha256sums=('a48c6586d6c042d5e57555ea8c0690cfbf70ec796a32ff3d0a849c6da47e5dfe')
+sha256sums=('f124ab6e99110a192864b23dc6911d180968dd15b49f95f7adc37d69dd14621a')
build() {
cd acpica-unix-${pkgver}
More information about the arch-commits
mailing list