diff options
-rw-r--r-- | libre/acpi_call/PKGBUILD | 6 | ||||
-rw-r--r-- | libre/bbswitch/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/tp_smapi/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/vhba-module/PKGBUILD | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/libre/acpi_call/PKGBUILD b/libre/acpi_call/PKGBUILD index e2010dbec..21e36467d 100644 --- a/libre/acpi_call/PKGBUILD +++ b/libre/acpi_call/PKGBUILD @@ -6,8 +6,8 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> -_basekernel=4.15 -_archrel=111 +_basekernel=4.17 +_archrel=146 _parabolarel=1 pkgbase=acpi_call @@ -62,7 +62,7 @@ package_acpi_call() { package_acpi_call-dkms() { depends=(dkms) - provides=("acpi_call=$pkgver-$pkgrel") + provides=("acpi_call=$pkgver-$_archrel") conflicts=(acpi_call) cd $pkgbase-$pkgver diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index 31d7d14d5..8f64a8c84 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -6,8 +6,8 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> -_basekernel=4.15 -_archrel=117 +_basekernel=4.17 +_archrel=152 _parabolarel=1 pkgbase=bbswitch diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index ea7cf7c6f..7919cc431 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -12,13 +12,12 @@ # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> _basekernel=4.17 -_archrel=5 +_archrel=40 _parabolarel=1 pkgname=tp_smapi pkgver=0.43 pkgrel=${_archrel}.parabola${_parabolarel}.basekernel${_basekernel} -_extramodules=extramodules-${_basekernel} pkgdesc="Modules for ThinkPad's SMAPI functionality (built for the linux-libre kernel package)" arch=('i686' 'x86_64') url='https://github.com/evgeni/tp_smapi' @@ -33,6 +32,7 @@ makedepends+=('libelf') replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") +_extramodules=extramodules-${_basekernel} _commit=a63729ab30d85430048f65c37f29188ab484cd52 # tags/tp-smapi/0.43 source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit") sha256sums=('SKIP') diff --git a/libre/vhba-module/PKGBUILD b/libre/vhba-module/PKGBUILD index 931aa85bb..43aaf07b1 100644 --- a/libre/vhba-module/PKGBUILD +++ b/libre/vhba-module/PKGBUILD @@ -6,8 +6,8 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> -_basekernel=4.15 -_archrel=52 +_basekernel=4.17 +_archrel=87 _parabolarel=1 pkgbase=vhba-module @@ -51,7 +51,7 @@ package_vhba-module() { package_vhba-module-dkms() { depends=(dkms) - provides=("vhba-module=$pkgver-$pkgrel") + provides=("vhba-module=$pkgver-$_archrel") conflicts=(vhba-module) cd $pkgbase-$pkgver |