George Hu pushed to branch main at Arch Linux / Packaging / Packages / acpi
Commits:
71c5730c by George Hu at 2025-08-01T01:32:05+08:00
upgpkg: 1.8-2: use SPDX license expression
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = acpi
pkgdesc = Client for battery, power, and thermal readings
pkgver = 1.8
- pkgrel = 1
+ pkgrel = 2
url = https://sourceforge.net/projects/acpiclient/files/acpiclient/
arch = x86_64
- license = GPL2
+ license = GPL-2.0-or-later
depends = glibc
source = https://downloads.sourceforge.net/acpiclient/acpi-1.8.tar.gz
sha256sums =
e64c6e00b53cd797427ea32a160513425b03ed4f077733f71f1f09ff340f230b
=====================================
PKGBUILD
=====================================
@@ -3,11 +3,11 @@
pkgname=acpi
pkgver=1.8
-pkgrel=1
+pkgrel=2
pkgdesc='Client for battery, power, and thermal readings'
arch=('x86_64')
url='https://sourceforge.net/projects/acpiclient/files/acpiclient/'
-license=('GPL2')
+license=('GPL-2.0-or-later')
depends=('glibc')
source=("https://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz")
sha256sums=('e64c6e00b53cd797427ea32a160513425b03ed4f077733f71f1f09ff340f230b')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/acpi/-/commit/71c5730ce77513b692495460242c3441baae93b5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/acpi/-/commit/71c5730ce77513b692495460242c3441baae93b5
You're receiving this email because of your account on gitlab.archlinux.org.