Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
acpica
Commits:
bec2896c by Laurent Carlier at 2024-11-27T19:10:28+01:00
upgpkg: 20240927-1: upstream update 20240927
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = acpica
pkgdesc = ACPI tools, including Intel ACPI Source Language compiler
- pkgver = 20240321
+ pkgver = 20240927
pkgrel = 1
url = https://acpica.org
arch = x86_64
- license = GPL-2.0
+ license = GPL-2.0-only
makedepends = flex
makedepends = bison
depends = glibc
@@ -12,8 +12,8 @@ pkgbase = acpica
conflicts = iasl
replaces = iasl
options = !makeflags
- source =
https://downloadmirror.intel.com/819451/acpica-unix-20240321.tar.gz
- sha512sums =
9d21cdbf4351f643b7694be0844d2102c9b1ca2afffd5b4453ef8387cc09812ffe2630f0b4489f679e92eab6e5923f306771b60bb2629fba6a1b2e326d52a11e
- b2sums =
ee8fea5bd99c6279843a02399760de6e42a7c13a68d4d9fbbf18cee806b2d69aad7b89647cd23db356927b589d2943348f0cf63c0b7d62ccc21c064bd542dd54
+ source =
https://github.com/user-attachments/files/17171019/acpica-unix-20240927.tar.gz
+ sha512sums =
655db9c1f0f65135e107e42ba9d24576be11cd031572fc6d099bc27f9e41c34c5544e7e9bded6024603000dabc168dcc285b827a2b71560ccef1626fbeb82b90
+ b2sums =
00487fbf3b9b799b04987f2d85581f4db864f7c54f30fdc1bc66fcef6475ce64fc51f730c7f0e0e24710ba629f2bcea1d51eec5c0e30dee490fe6f79848ab9d6
pkgname = acpica
=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
# Contributor: Alessio 'mOlOk' Bolognino <[email protected]>
pkgname=acpica
-pkgver=20240321
+pkgver=20240927
pkgrel=1
pkgdesc="ACPI tools, including Intel ACPI Source Language compiler"
arch=(x86_64)
url="https://acpica.org"
-license=(GPL-2.0)
+license=(GPL-2.0-only)
depends=(glibc)
makedepends=(flex bison)
provides=(iasl)
@@ -21,9 +21,9 @@ options=(!makeflags)
# https://github.com/acpica/acpica/issues/886
# https://github.com/acpica/acpica/issues/883
# https://github.com/acpica/acpica/issues/857
-source=(https://downloadmirror.intel.com/819451/$pkgname-unix-$pkgver.tar.gz)
-sha512sums=('9d21cdbf4351f643b7694be0844d2102c9b1ca2afffd5b4453ef8387cc09812ffe2630f0b4489f679e92eab6e5923f306771b60bb2629fba6a1b2e326d52a11e')
-b2sums=('ee8fea5bd99c6279843a02399760de6e42a7c13a68d4d9fbbf18cee806b2d69aad7b89647cd23db356927b589d2943348f0cf63c0b7d62ccc21c064bd542dd54')
+source=(https://github.com/user-attachments/files/17171019/acpica-unix-$pkgver.tar.gz)
+sha512sums=('655db9c1f0f65135e107e42ba9d24576be11cd031572fc6d099bc27f9e41c34c5544e7e9bded6024603000dabc168dcc285b827a2b71560ccef1626fbeb82b90')
+b2sums=('00487fbf3b9b799b04987f2d85581f4db864f7c54f30fdc1bc66fcef6475ce64fc51f730c7f0e0e24710ba629f2bcea1d51eec5c0e30dee490fe6f79848ab9d6')
build() {
NOWERROR=TRUE make -C $pkgname-unix-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/acpica/-/commit/bec2896c181ae92e87ea308af3a28ac33ccb446a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/acpica/-/commit/bec2896c181ae92e87ea308af3a28ac33ccb446a
You're receiving this email because of your account on gitlab.archlinux.org.