diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-11 01:39:36 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-11 01:39:36 -0300 |
commit | c003ccc8b2b140c9f91bf230979f6118b4b2384f (patch) | |
tree | 31e53415211d168695b8dfe381744b4de7d4165b /libre/bbswitch-libre/PKGBUILD | |
parent | 6efc05af7227483be076f1bb03ba60a63a6ecd7e (diff) | |
download | abslibre-c003ccc8b2b140c9f91bf230979f6118b4b2384f.tar.gz abslibre-c003ccc8b2b140c9f91bf230979f6118b4b2384f.tar.bz2 abslibre-c003ccc8b2b140c9f91bf230979f6118b4b2384f.zip |
rebuild packages against linux-libre-3.14-4
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 ced0a457f..0f5642581 100644 --- a/libre/bbswitch-libre/PKGBUILD +++ b/libre/bbswitch-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 104805 2014-01-26 12:32:43Z thomas $ +# $Id: PKGBUILD 108708 2014-04-01 22:26:43Z thomas $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: M0Rf30 # Contributor: Samsagax <samsagax@gmail.com> @@ -7,14 +7,14 @@ _pkgname=bbswitch pkgname=bbswitch-libre pkgver=0.8 -_extramodules=extramodules-3.13-LIBRE # Don't forget to update bbswitch.install -pkgrel=6 +_extramodules=extramodules-3.14-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.13' 'linux-libre<3.14') -makedepends=('linux-libre-headers>=3.13' 'linux-libre-headers<3.14') +depends=('linux-libre>=3.14' 'linux-libre<3.15') +makedepends=('linux-libre-headers>=3.14' 'linux-libre-headers<3.15') replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver |