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

Evangelos Foutras foutrelis at archlinux.org
Sat Jul 4 13:35:49 UTC 2015


    Date: Saturday, July 4, 2015 @ 15:35:48
  Author: foutrelis
Revision: 136384

upgpkg: bbswitch 0.8-32

Linux 4.1.1 rebuild.

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

------------------+
 PKGBUILD         |    6 +++---
 bbswitch.install |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-04 13:34:20 UTC (rev 136383)
+++ PKGBUILD	2015-07-04 13:35:48 UTC (rev 136384)
@@ -5,14 +5,14 @@
 
 pkgname=bbswitch
 pkgver=0.8
-_extramodules=extramodules-4.0-ARCH # Don't forget to update bbswitch.install
+_extramodules=extramodules-4.1-ARCH # Don't forget to update bbswitch.install
 pkgrel=32
 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>=4.0' 'linux<4.1')
-makedepends=('linux-headers>=4.0' 'linux-headers<4.1')
+depends=('linux>=4.1' 'linux<4.2')
+makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
 install=bbswitch.install
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')

Modified: bbswitch.install
===================================================================
--- bbswitch.install	2015-07-04 13:34:20 UTC (rev 136383)
+++ bbswitch.install	2015-07-04 13:35:48 UTC (rev 136384)
@@ -1,5 +1,5 @@
 post_install() {
-    EXTRAMODULES='extramodules-4.0-ARCH'
+    EXTRAMODULES='extramodules-4.1-ARCH'
     depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



More information about the arch-commits mailing list