Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions srcpkgs/acpica-utils/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'acpica-utils'
pkgname=acpica-utils
version=20240827
version=20260408
revision=1
build_style="gnu-makefile"
make_use_env=yes
Expand All @@ -10,12 +10,9 @@ short_desc="Intel ACPI CA Unix utilities"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only, BSD-3-Clause"
homepage="https://www.acpica.org/"
distfiles="https://github.com/user-attachments/files/16769900/acpica-unix-${version}.tar.gz"
checksum=373d4f08da7f1e838191311cb0fc2615ca9c76f47b1e103631e20292a38b4836

post_extract() {
mv source/include/ACPIXF.H source/include/acpixf.h
}
changelog="https://github.com/acpica/acpica/releases"
distfiles="https://github.com/acpica/acpica/releases/download/${version}/acpica-unix-${version}.tar.gz"
checksum=e66ceb26d6d514ce164fe22f5a4f7ca165cc38349d7a97f41a21f19b364647a2

post_install() {
sed -n '/Copyright Notice/,/\*\/$/p' source/include/accommon.h | \
Expand Down