From 762481377ea62425e8e5fee3d3099071f74c4928 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Sun, 10 Mar 2019 13:18:12 +0100 Subject: libre/bbswitch: rebuilt --- libre/bbswitch/PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD index ae184a7b8..8f5a0b4ca 100644 --- a/libre/bbswitch/PKGBUILD +++ b/libre/bbswitch/PKGBUILD @@ -5,26 +5,21 @@ # Contributor (Hyperbola): Márcio Silva # Maintainer: Omar Vega Ramos -_basekernel=4.20 +_basekernel="$(pacman -Sp --print-format '%v' linux-libre)" pkgbase=bbswitch pkgname=(bbswitch bbswitch-dkms) pkgver=0.8 -pkgrel=201 -pkgrel+=.parabola1.basekernel${_basekernel} +pkgrel=203 +pkgrel+=.parabola1.basekernel${_basekernel%_*} pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops" pkgdesc+=" (built for the linux-libre kernel package)" arch=('x86_64') arch+=('i686') url="http://github.com/Bumblebee-Project/bbswitch" license=('GPL') - -# Generic (you shouldn't have to modify any of these variables) -_toohigh=$(IFS=. read a b <<<$_basekernel; echo $a.$((b+1))) -depends=("linux-libre>=${_basekernel}" "linux-libre<${_toohigh}") -makedepends=("linux-libre-headers>=${_basekernel}" "linux-libre-headers<${_toohigh}" "linux-libre>=${_basekernel}" "linux-libre<${_toohigh}") -makedepends+=('libelf') - +depends=(linux-libre=${_basekernel%-*}) +makedepends=(linux-libre-headers=${_basekernel%-*} git libelf) _extramodules=extramodules source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz") sha256sums=('76cabd3f734fb4fe6ebfe3ec9814138d0d6f47d47238521ecbd6a986b60d1477') -- cgit v1.2.3