summaryrefslogtreecommitdiff
path: root/libre/acpi_call-dkms/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/acpi_call-dkms/PKGBUILD')
-rw-r--r--libre/acpi_call-dkms/PKGBUILD18
1 files changed, 16 insertions, 2 deletions
diff --git a/libre/acpi_call-dkms/PKGBUILD b/libre/acpi_call-dkms/PKGBUILD
index a539c0522..bf43b4ae9 100644
--- a/libre/acpi_call-dkms/PKGBUILD
+++ b/libre/acpi_call-dkms/PKGBUILD
@@ -6,7 +6,20 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_basekernel=5.17.3
+# build order:
+# acpi_call-dkms <- acpi_call-lts
+# acpi_call
+# linux-libre-lts-headers <- acpi_call-lts
+# tp_smapi-lts
+# linux-libre-headers <- acpi_call
+# tp_smapi
+#
+# these packages may be built as a batch, with the helper script:
+# 'scripts/package-all-acpi_call-tp_smapi'
+# simply edit '_basekernel' in each # TODO: automate that too
+
+
+_basekernel=5.18.14
pkgname=acpi_call-dkms
_tag='9f1c0b5d046bdfdec769809435257647fd475473' # git rev-parse v${_tag_name}
@@ -16,7 +29,8 @@ pkgrel+=.parabola1.basekernel${_basekernel}
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call - module sources'
pkgdesc+=' (for linux-libre)'
url='https://github.com/nix-community/acpi_call'
-arch=('armv7h' 'i686' 'x86_64')
+arch=('any')
+arch=('armv7h' 'i686' 'x86_64') # just to simplify the package-all-acpi_call-tp_smapi script
license=('GPL')
depends=('dkms')
makedepends=('git')