summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/acpi_call-dkms/PKGBUILD9
-rw-r--r--libre/acpi_call-lts/PKGBUILD7
-rw-r--r--libre/acpi_call/PKGBUILD9
3 files changed, 20 insertions, 5 deletions
diff --git a/libre/acpi_call-dkms/PKGBUILD b/libre/acpi_call-dkms/PKGBUILD
index bba40fd5a..ac07ff1c8 100644
--- a/libre/acpi_call-dkms/PKGBUILD
+++ b/libre/acpi_call-dkms/PKGBUILD
@@ -6,6 +6,11 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
+# parabola changes and rationale:
+# - no significant change - re-package for linux-libre
+# - pin to kernel versions
+
+
# build order:
# acpi_call-dkms <- acpi_call-lts
# acpi_call
@@ -21,7 +26,7 @@
# update '_basekernel', and commit the changes to VCS, if successful.
-_basekernel=6.1.5
+_basekernel=6.5.8
pkgname=acpi_call-dkms
_tag='9f1c0b5d046bdfdec769809435257647fd475473' # git rev-parse v${_tag_name}
@@ -29,7 +34,7 @@ pkgver=1.2.2
pkgrel=1
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)'
+pkgdesc+=" (for 'linux-libre')"
url='https://github.com/nix-community/acpi_call'
arch=('any')
arch=('armv7h' 'i686' 'x86_64') # just to simplify the package-all-acpi_call-tp_smapi script
diff --git a/libre/acpi_call-lts/PKGBUILD b/libre/acpi_call-lts/PKGBUILD
index b4e22398d..acf62290d 100644
--- a/libre/acpi_call-lts/PKGBUILD
+++ b/libre/acpi_call-lts/PKGBUILD
@@ -6,6 +6,11 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
+# parabola changes and rationale:
+# - no significant change - re-package for linux-libre
+# - pin to kernel versions
+
+
# build order:
# acpi_call-dkms <- acpi_call-lts
# acpi_call
@@ -28,7 +33,7 @@ pkgver=1.2.2
pkgrel=11
pkgrel+=.parabola1.basekernel${_basekernel}
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call'
-pkgdesc+=' (for linux-libre-lts)'
+pkgdesc+=" (for 'linux-libre-lts')"
url='https://github.com/mkottman/acpi_call'
arch=('x86_64')
arch+=('armv7h' 'i686')
diff --git a/libre/acpi_call/PKGBUILD b/libre/acpi_call/PKGBUILD
index be7ff6ea2..197887fc3 100644
--- a/libre/acpi_call/PKGBUILD
+++ b/libre/acpi_call/PKGBUILD
@@ -6,6 +6,11 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
+# parabola changes and rationale:
+# - no significant change - re-package for linux-libre
+# - pin to kernel versions
+
+
# build order:
# acpi_call-dkms <- acpi_call-lts
# acpi_call
@@ -21,14 +26,14 @@
# update '_basekernel', and commit the changes to VCS, if successful.
-_basekernel=6.1.5
+_basekernel=6.5.8
pkgname=acpi_call
pkgver=1.2.2
pkgrel=40
pkgrel+=.parabola1.basekernel${_basekernel}
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call'
-pkgdesc+=' (for linux-libre)'
+pkgdesc+=" (for 'linux-libre')"
url='https://github.com/mkottman/acpi_call'
arch=('x86_64')
arch+=('armv7h' 'i686')