diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-11-14 15:51:40 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-11-14 15:51:40 -0200 |
commit | d385e4891afa19e43cec49925c4611ef7505bfc9 (patch) | |
tree | 80c26f629b6dcfbfb387d8201bab6cd135abdabd /libre/bbswitch-libre/PKGBUILD | |
parent | 64a1508c275c3432690f667659ac3d02c776c492 (diff) | |
download | abslibre-d385e4891afa19e43cec49925c4611ef7505bfc9.tar.gz abslibre-d385e4891afa19e43cec49925c4611ef7505bfc9.tar.bz2 abslibre-d385e4891afa19e43cec49925c4611ef7505bfc9.zip |
rebuild packages against linux-libre-3.12-1
Diffstat (limited to 'libre/bbswitch-libre/PKGBUILD')
-rw-r--r-- | libre/bbswitch-libre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/bbswitch-libre/PKGBUILD b/libre/bbswitch-libre/PKGBUILD index 60009bbe6..6e7e44b54 100644 --- a/libre/bbswitch-libre/PKGBUILD +++ b/libre/bbswitch-libre/PKGBUILD @@ -6,14 +6,14 @@ _pkgname=bbswitch pkgname=bbswitch-libre pkgver=0.7 -_extramodules=extramodules-3.11-LIBRE # Don't forget to update bbswitch.install -pkgrel=17 +_extramodules=extramodules-3.12-LIBRE # Don't forget to update bbswitch.install +pkgrel=18 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 |