summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-03-10 13:18:12 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-03-10 13:18:12 +0100
commit762481377ea62425e8e5fee3d3099071f74c4928 (patch)
treeb6d51fed266825d05d1a4bbb9d873d4b20cb3c71 /libre
parentd2779e490a75b7662e8f17fbdab776397e4a60b1 (diff)
libre/bbswitch: rebuilt
Diffstat (limited to 'libre')
-rw-r--r--libre/bbswitch/PKGBUILD15
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')