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

Jan Steffens heftig at archlinux.org
Sun Feb 26 22:05:50 UTC 2017


    Date: Sunday, February 26, 2017 @ 22:05:49
  Author: heftig
Revision: 213890

0.8-64

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-26 22:04:55 UTC (rev 213889)
+++ PKGBUILD	2017-02-26 22:05:49 UTC (rev 213890)
@@ -6,13 +6,13 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-_extramodules=extramodules-4.9-ARCH # Don't forget to update bbswitch.install
-pkgrel=63
+_extramodules=extramodules-4.10-ARCH # Don't forget to update bbswitch.install
+pkgrel=64
 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')
-makedepends=('linux-headers>=4.9' 'linux-headers<4.10' 'linux>=4.9' 'linux<4.10')
+makedepends=('linux-headers>=4.10' 'linux-headers<4.11' 'linux>=4.10' 'linux<4.11')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
 
@@ -25,7 +25,7 @@
 }
 
 package_bbswitch() {
-  depends=('linux>=4.9' 'linux<4.10')
+  depends=('linux>=4.10' 'linux<4.11')
   install=bbswitch.install
 
   cd ${srcdir}/${pkgbase}-${pkgver}

Modified: bbswitch.install
===================================================================
--- bbswitch.install	2017-02-26 22:04:55 UTC (rev 213889)
+++ bbswitch.install	2017-02-26 22:05:49 UTC (rev 213890)
@@ -1,5 +1,5 @@
 post_install() {
-    EXTRAMODULES='extramodules-4.9-ARCH'
+    EXTRAMODULES='extramodules-4.10-ARCH'
     depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



More information about the arch-commits mailing list