diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-17 05:39:35 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-17 05:39:35 -0300 |
commit | 02df82e0df9398e5ea42f07aa7cb7287fae30c06 (patch) | |
tree | 2cab7a9903825ebd8b62840bb0d11e2b6c536b5b /libre/bbswitch-libre/PKGBUILD | |
parent | 2242c4e1e92b5279b8507a7ee735c6d3cbe56eac (diff) | |
download | abslibre-02df82e0df9398e5ea42f07aa7cb7287fae30c06.tar.gz abslibre-02df82e0df9398e5ea42f07aa7cb7287fae30c06.tar.bz2 abslibre-02df82e0df9398e5ea42f07aa7cb7287fae30c06.zip |
rebuilding packages against linux-libre-3.11.1-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 3696452e4..8083926a9 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.10-LIBRE # Don't forget to update bbswitch.install -pkgrel=12 +_extramodules=extramodules-3.11-LIBRE # Don't forget to update bbswitch.install +pkgrel=14 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.10' 'linux-libre<3.11') -makedepends=('linux-libre-headers>=3.10' 'linux-libre-headers<3.11') +depends=('linux-libre>=3.11' 'linux-libre<3.12') +makedepends=('linux-libre-headers>=3.11' 'linux-libre-headers<3.12') replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver |