diff options
Diffstat (limited to 'libre/bbswitch-libre/PKGBUILD')
-rw-r--r-- | libre/bbswitch-libre/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libre/bbswitch-libre/PKGBUILD b/libre/bbswitch-libre/PKGBUILD index 60009bbe6..f4342a06d 100644 --- a/libre/bbswitch-libre/PKGBUILD +++ b/libre/bbswitch-libre/PKGBUILD @@ -1,3 +1,4 @@ +# $Id: PKGBUILD 102833 2013-12-21 18:31:51Z tpowa $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: M0Rf30 # Contributor: Samsagax <samsagax@gmail.com> @@ -5,21 +6,21 @@ _pkgname=bbswitch pkgname=bbswitch-libre -pkgver=0.7 -_extramodules=extramodules-3.11-LIBRE # Don't forget to update bbswitch.install -pkgrel=17 +pkgver=0.8 +_extramodules=extramodules-3.12-LIBRE # Don't forget to update bbswitch.install +pkgrel=3 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops (built for the linux-libre kernel package)" arch=('i686' 'x86_64' 'mips64el') url=("http://github.com/Bumblebee-Project/bbswitch") license=('GPL') -depends=('linux-libre>=3.11' 'linux-libre<3.12') -makedepends=('linux-libre-headers>=3.11' 'linux-libre-headers<3.12') +depends=('linux-libre>=3.12' 'linux-libre<3.13') +makedepends=('linux-libre-headers>=3.12' 'linux-libre-headers<3.13') replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver install=bbswitch.install source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz") -md5sums=('b9df5ea40109ef9766448a0577c798e6') +md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807') build() { cd ${srcdir}/${_pkgname}-${pkgver} |