summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-08-29 19:14:07 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-08-29 19:14:51 -0400
commit039ae94adecb650b979a9117162c035245edd9f5 (patch)
treea32db79320716917908d394c4964ebf1ae045d5a
parent1fbcc4f55a7b85fec8ddee545205a7469a3e010e (diff)
downloadabslibre-039ae94adecb650b979a9117162c035245edd9f5.tar.gz
abslibre-039ae94adecb650b979a9117162c035245edd9f5.tar.bz2
abslibre-039ae94adecb650b979a9117162c035245edd9f5.zip
[acpi_call][acpi_call-lts][acpi_call-dkms]: rebuild for current kernels (5.8.3 , 5.4.60)
-rw-r--r--libre/acpi_call-dkms/PKGBUILD6
-rw-r--r--libre/acpi_call-lts/PKGBUILD8
-rw-r--r--libre/acpi_call/PKGBUILD8
-rw-r--r--libre/tp_smapi-lts/PKGBUILD8
-rw-r--r--libre/tp_smapi/PKGBUILD8
5 files changed, 19 insertions, 19 deletions
diff --git a/libre/acpi_call-dkms/PKGBUILD b/libre/acpi_call-dkms/PKGBUILD
index a1ec4ff2d..101fc0fc9 100644
--- a/libre/acpi_call-dkms/PKGBUILD
+++ b/libre/acpi_call-dkms/PKGBUILD
@@ -6,12 +6,12 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_basekernel=5.7.10-1
+_basekernel=5.8.3
pkgname=acpi_call-dkms
pkgver=1.1.0
pkgrel=287
-pkgrel+=.parabola1.basekernel${_basekernel%-*}
+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/mkottman/acpi_call'
@@ -19,7 +19,7 @@ arch=('x86_64')
arch+=('i686')
license=('GPL')
depends=('dkms')
-makedepends=(linux-libre-headers=${_basekernel%-*})
+makedepends=(linux-libre-headers=${_basekernel})
provides=("acpi_call=$pkgver-${pkgrel%%.*}")
conflicts=('acpi_call')
source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz"
diff --git a/libre/acpi_call-lts/PKGBUILD b/libre/acpi_call-lts/PKGBUILD
index 16d4a2597..6b2c9040e 100644
--- a/libre/acpi_call-lts/PKGBUILD
+++ b/libre/acpi_call-lts/PKGBUILD
@@ -6,19 +6,19 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_basekernel=5.4.51-1
+_basekernel=5.4.60
pkgname=acpi_call-lts
pkgver=1.1.0
pkgrel=162
-pkgrel+=.parabola1.basekernel${_basekernel%-*}
+pkgrel+=.parabola1.basekernel${_basekernel}
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call'
pkgdesc+=' (for linux-libre-lts)'
url='https://github.com/mkottman/acpi_call'
arch=('x86_64')
arch+=('i686' 'armv7h')
license=('GPL')
-makedepends=(linux-libre-lts-headers=${_basekernel%-*} libelf)
+makedepends=(linux-libre-lts-headers=${_basekernel} libelf)
provides=('acpi_call')
source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")
sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
@@ -39,7 +39,7 @@ build() {
}
package() {
- depends=(linux-libre-lts=${_basekernel%-*})
+ depends=(linux-libre-lts=${_basekernel})
cd acpi_call-$pkgver
_extradir="/usr/lib/modules/$(</usr/src/linux-libre-lts/version)/extramodules"
diff --git a/libre/acpi_call/PKGBUILD b/libre/acpi_call/PKGBUILD
index dfe92063a..feb375b7e 100644
--- a/libre/acpi_call/PKGBUILD
+++ b/libre/acpi_call/PKGBUILD
@@ -6,19 +6,19 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_basekernel=5.7.10-1
+_basekernel=5.8.3
pkgname=acpi_call
pkgver=1.1.0
pkgrel=336
-pkgrel+=.parabola1.basekernel${_basekernel%-*}
+pkgrel+=.parabola1.basekernel${_basekernel}
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call'
pkgdesc+=' (for linux-libre)'
url='https://github.com/mkottman/acpi_call'
arch=('x86_64')
arch+=('i686')
license=('GPL')
-makedepends=("linux-libre-headers=${_basekernel%-*}" "acpi_call-dkms=$pkgver")
+makedepends=("linux-libre-headers=${_basekernel}" "acpi_call-dkms=$pkgver")
conflicts=('acpi_call-dkms')
build() {
@@ -29,7 +29,7 @@ build() {
}
package() {
- depends=(linux-libre=${_basekernel%-*})
+ depends=(linux-libre=${_basekernel})
_kernver=$(</usr/src/linux-libre/version)
diff --git a/libre/tp_smapi-lts/PKGBUILD b/libre/tp_smapi-lts/PKGBUILD
index 66f6d033f..c57fef82f 100644
--- a/libre/tp_smapi-lts/PKGBUILD
+++ b/libre/tp_smapi-lts/PKGBUILD
@@ -11,20 +11,20 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_basekernel=5.4.51
+_basekernel=5.4.60
pkgname=tp_smapi-lts
_pkgname=tp-smapi
pkgver=0.43
pkgrel=82
-pkgrel+=.parabola1.basekernel${_basekernel%_*}
+pkgrel+=.parabola1.basekernel${_basekernel}
pkgdesc="Modules for ThinkPad's SMAPI functionality"
pkgdesc+=" (for linux-libre-lts)"
arch=('x86_64')
arch+=('i686')
url='https://github.com/evgeni/tp_smapi'
license=('GPL')
-makedepends=(linux-libre-lts-headers=${_basekernel%-*} 'git' libelf)
+makedepends=(linux-libre-lts-headers=${_basekernel} 'git' libelf)
_commit=a63729ab30d85430048f65c37f29188ab484cd52 # tags/tp-smapi/0.43
source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit")
sha256sums=('SKIP')
@@ -44,7 +44,7 @@ build() {
}
package() {
- depends=(linux-libre-lts=${_basekernel%-*})
+ depends=(linux-libre-lts=${_basekernel})
local extradir=/usr/lib/modules/$(</usr/src/linux-libre-lts/version)/extramodules
cd tp_smapi
diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD
index c7f3b1b07..a6d06d042 100644
--- a/libre/tp_smapi/PKGBUILD
+++ b/libre/tp_smapi/PKGBUILD
@@ -11,19 +11,19 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_basekernel=5.7.10-1
+_basekernel=5.8.3
pkgname=tp_smapi
pkgver=0.43
pkgrel=224
-pkgrel+=.parabola1.basekernel${_basekernel%-*}
+pkgrel+=.parabola1.basekernel${_basekernel}
pkgdesc="Modules for ThinkPad's SMAPI functionality"
pkgdesc+=" (for linux-libre)"
arch=('x86_64')
arch+=('i686')
url='https://github.com/evgeni/tp_smapi'
license=('GPL')
-makedepends=(linux-libre-headers=${_basekernel%-*} git libelf)
+makedepends=(linux-libre-headers=${_basekernel} git libelf)
_commit=a63729ab30d85430048f65c37f29188ab484cd52 # tags/tp-smapi/0.43
source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit")
sha256sums=('SKIP')
@@ -43,7 +43,7 @@ build() {
}
package() {
- depends=(linux-libre=${_basekernel%-*})
+ depends=(linux-libre=${_basekernel})
local extradir=/usr/lib/modules/$(</usr/src/linux-libre/version)/extramodules
cd $pkgname