diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-03-10 13:18:12 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-03-10 13:18:12 +0100 |
commit | 762481377ea62425e8e5fee3d3099071f74c4928 (patch) | |
tree | b6d51fed266825d05d1a4bbb9d873d4b20cb3c71 /libre/bbswitch | |
parent | d2779e490a75b7662e8f17fbdab776397e4a60b1 (diff) | |
download | abslibre-762481377ea62425e8e5fee3d3099071f74c4928.tar.gz abslibre-762481377ea62425e8e5fee3d3099071f74c4928.tar.bz2 abslibre-762481377ea62425e8e5fee3d3099071f74c4928.zip |
libre/bbswitch: rebuilt
Diffstat (limited to 'libre/bbswitch')
-rw-r--r-- | libre/bbswitch/PKGBUILD | 15 |
1 files 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 <coadde@hyperbola.info> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> -_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') |