summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/acpi_call/PKGBUILD4
-rw-r--r--libre/bbswitch/PKGBUILD4
-rw-r--r--libre/tp_smapi/PKGBUILD4
-rw-r--r--libre/vhba-module/PKGBUILD17
4 files changed, 15 insertions, 14 deletions
diff --git a/libre/acpi_call/PKGBUILD b/libre/acpi_call/PKGBUILD
index 84f041e7b..76ece1788 100644
--- a/libre/acpi_call/PKGBUILD
+++ b/libre/acpi_call/PKGBUILD
@@ -6,11 +6,11 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_basekernel=5.9.12
+_basekernel=5.12.6
pkgname=acpi_call
pkgver=1.2.1
-pkgrel=9
+pkgrel=62
pkgrel+=.parabola1.basekernel${_basekernel}
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call'
pkgdesc+=' (for linux-libre)'
diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD
index 8b71925d5..519cc6484 100644
--- a/libre/bbswitch/PKGBUILD
+++ b/libre/bbswitch/PKGBUILD
@@ -5,12 +5,12 @@
# Contributor (Hyperbola): Márcio Silva <coadde@hyperbola.info>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_basekernel=5.9.12
+_basekernel=5.12.6
pkgbase=bbswitch
pkgname=(bbswitch bbswitch-dkms)
pkgver=0.8
-pkgrel=369
+pkgrel=422
pkgrel+=.parabola1.basekernel${_basekernel%-*}
pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops"
pkgdesc+=" (built for the linux-libre kernel package)"
diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD
index 0b16b74af..b7a6f35ee 100644
--- a/libre/tp_smapi/PKGBUILD
+++ b/libre/tp_smapi/PKGBUILD
@@ -11,11 +11,11 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_basekernel=5.9.12
+_basekernel=5.12.6
pkgname=tp_smapi
pkgver=0.43
-pkgrel=256
+pkgrel=309
pkgrel+=.parabola1.basekernel${_basekernel}
pkgdesc="Modules for ThinkPad's SMAPI functionality"
pkgdesc+=" (for linux-libre)"
diff --git a/libre/vhba-module/PKGBUILD b/libre/vhba-module/PKGBUILD
index 5b735c733..760183959 100644
--- a/libre/vhba-module/PKGBUILD
+++ b/libre/vhba-module/PKGBUILD
@@ -1,27 +1,27 @@
-# Maintainer (Arch): Ray Rashif <schiv@archlinux.org>
+# Contributor (Arch): Ray Rashif <schiv@archlinux.org>
# Contributor (Arch): Mateusz Herych <heniekk@gmail.com>
# Contributor (Arch): Charles Lindsay <charles@chaoslizard.org>
# Contributor (Hyperbola): André Silva <emulatorman@hyperbola.info>
# Contributor (Hyperbola): Márcio Silva <coadde@hyperbola.info>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_basekernel=5.9.12
+_basekernel=5.12.6
pkgbase=vhba-module
pkgname=(vhba-module vhba-module-dkms)
-pkgver=20200106
-pkgrel=92
+pkgver=20210418
+pkgrel=15
pkgrel+=.parabola1.basekernel${_basekernel%-*}
pkgdesc="Kernel module that emulates SCSI devices"
pkgdesc+=" (built for the linux-libre kernel package)"
url="https://cdemu.sourceforge.io/"
arch=(x86_64)
-arch+=(i686 armv7h)
+arch+=(i686)
license=(GPL)
makedepends=(linux-libre-headers=${_basekernel%-*} git libelf)
-source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2"
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.xz"
60-vhba.rules dkms.conf)
-sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
+sha256sums=('18bd82ae27721ad1612b3c31accd81898ae326370964385ca52a2a66b67a3f85'
'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
@@ -37,6 +37,7 @@ build() {
package_vhba-module() {
depends=(linux-libre=${_basekernel%-*})
+ provides=(VHBA-MODULE)
local extradir="/usr/lib/modules/$(</usr/src/linux-libre/version)/extramodules"
cd $pkgbase-$pkgver
@@ -50,7 +51,7 @@ package_vhba-module() {
package_vhba-module-dkms() {
depends=(dkms)
- provides=("vhba-module=$pkgver-${pkgrel%%.*}")
+ provides=(VHBA-MODULE)
conflicts=(vhba-module)
cd $pkgbase-$pkgver