diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-09 02:14:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-09 02:14:30 -0300 |
commit | 31fdc3c722ecbb56617f3b3840a8a6541f5cf957 (patch) | |
tree | 3758dcf86d4262852e9a39dfaf1002f99810b734 /libre/bbswitch-libre/PKGBUILD | |
parent | 0e77f6383131fdc4b8ae5668ec43d16503edf818 (diff) | |
download | abslibre-31fdc3c722ecbb56617f3b3840a8a6541f5cf957.tar.gz abslibre-31fdc3c722ecbb56617f3b3840a8a6541f5cf957.tar.bz2 abslibre-31fdc3c722ecbb56617f3b3840a8a6541f5cf957.zip |
rebuilding packages against linux-libre-3.9.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 9a39c7a8f..31997eb35 100644 --- a/libre/bbswitch-libre/PKGBUILD +++ b/libre/bbswitch-libre/PKGBUILD @@ -6,14 +6,14 @@ _pkgname=bbswitch pkgname=bbswitch-libre pkgver=0.6 -_extramodules=extramodules-3.8-LIBRE # Don't forget to update bbswitch.install -pkgrel=5 +_extramodules=extramodules-3.9-LIBRE # Don't forget to update bbswitch.install +pkgrel=7 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.8' 'linux-libre<3.9') -makedepends=('linux-libre-headers>=3.8' 'linux-libre-headers<3.9') +depends=('linux-libre>=3.9' 'linux-libre<3.10') +makedepends=('linux-libre-headers>=3.9' 'linux-libre-headers<3.10') replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver |