[arch-commits] Commit in bbswitch/trunk (PKGBUILD bbswitch.install)

Thomas Bächler thomas at nymeria.archlinux.org
Tue Apr 1 22:26:43 UTC 2014


    Date: Wednesday, April 2, 2014 @ 00:26:43
  Author: thomas
Revision: 108708

upgpkg: bbswitch 0.8-7: rebuild for 3.14

Modified:
  bbswitch/trunk/PKGBUILD
  bbswitch/trunk/bbswitch.install

------------------+
 PKGBUILD         |    8 ++++----
 bbswitch.install |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-01 22:24:20 UTC (rev 108707)
+++ PKGBUILD	2014-04-01 22:26:43 UTC (rev 108708)
@@ -5,14 +5,14 @@
 
 pkgname=bbswitch
 pkgver=0.8
-_extramodules=extramodules-3.13-ARCH # Don't forget to update bbswitch.install
-pkgrel=6
+_extramodules=extramodules-3.14-ARCH # Don't forget to update bbswitch.install
+pkgrel=7
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops"
 arch=('i686' 'x86_64')
 url=("http://github.com/Bumblebee-Project/bbswitch")
 license=('GPL')
-depends=('linux>=3.13' 'linux<3.14')
-makedepends=('linux-headers>=3.13' 'linux-headers<3.14')
+depends=('linux>=3.14' 'linux<3.15')
+makedepends=('linux-headers>=3.14' 'linux-headers<3.15')
 install=bbswitch.install
 source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')

Modified: bbswitch.install
===================================================================
--- bbswitch.install	2014-04-01 22:24:20 UTC (rev 108707)
+++ bbswitch.install	2014-04-01 22:26:43 UTC (rev 108708)
@@ -1,5 +1,5 @@
 post_install() {
-    EXTRAMODULES='extramodules-3.13-ARCH'
+    EXTRAMODULES='extramodules-3.14-ARCH'
     depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 




More information about the arch-commits mailing list