diff options
Diffstat (limited to 'libre/bbswitch-libre/PKGBUILD')
-rw-r--r-- | libre/bbswitch-libre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/bbswitch-libre/PKGBUILD b/libre/bbswitch-libre/PKGBUILD index b00bd556c..e333c4ef3 100644 --- a/libre/bbswitch-libre/PKGBUILD +++ b/libre/bbswitch-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 116509 2014-07-29 09:43:58Z bpiotrowski $ +# $Id: PKGBUILD 116821 2014-08-04 07:12:07Z tpowa $ # Maintainer (Arch): Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor (Arch): M0Rf30 # Contributor (Arch): Samsagax <samsagax@gmail.com> @@ -7,14 +7,14 @@ _pkgname=bbswitch pkgname=bbswitch-libre pkgver=0.8 -_extramodules=extramodules-3.15-libre # Don't forget to update bbswitch.install -pkgrel=14 +_extramodules=extramodules-3.16-libre # Don't forget to update bbswitch.install +pkgrel=15 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.15' 'linux-libre<3.16') -makedepends=('linux-libre-headers>=3.15' 'linux-libre-headers<3.16') +depends=('linux-libre>=3.16' 'linux-libre<3.17') +makedepends=('linux-libre-headers>=3.16' 'linux-libre-headers<3.17') replaces=($_pkgname) conflicts=($_pkgname) provides=($_pkgname=$pkgver) |