George Hu pushed to branch main at Arch Linux / Packaging / Packages / acpi
Commits:
6d974534 by George Hu at 2025-07-30T00:06:49+08:00
upgpkg: 1.8-1: upgpkg: 1.8-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = acpi
pkgdesc = Client for battery, power, and thermal readings
- pkgver = 1.7
- pkgrel = 4
+ pkgver = 1.8
+ pkgrel = 1
url = https://sourceforge.net/projects/acpiclient/files/acpiclient/
arch = x86_64
license = GPL2
depends = glibc
- source = https://downloads.sourceforge.net/acpiclient/acpi-1.7.tar.gz
- sha256sums =
d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005
+ source = https://downloads.sourceforge.net/acpiclient/acpi-1.8.tar.gz
+ sha256sums =
e64c6e00b53cd797427ea32a160513425b03ed4f077733f71f1f09ff340f230b
pkgname = acpi
=====================================
PKGBUILD
=====================================
@@ -2,15 +2,15 @@
# Contributor: Judd Vinet <[email protected]>
pkgname=acpi
-pkgver=1.7
-pkgrel=4
+pkgver=1.8
+pkgrel=1
pkgdesc='Client for battery, power, and thermal readings'
arch=('x86_64')
url='https://sourceforge.net/projects/acpiclient/files/acpiclient/'
license=('GPL2')
depends=('glibc')
source=("https://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz")
-sha256sums=('d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005')
+sha256sums=('e64c6e00b53cd797427ea32a160513425b03ed4f077733f71f1f09ff340f230b')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/acpi/-/commit/6d9745340e7e63cd152185cfe8e28b302ca6b37c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/acpi/-/commit/6d9745340e7e63cd152185cfe8e28b302ca6b37c
You're receiving this email because of your account on gitlab.archlinux.org.