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

Tobias Powalowski tpowa at archlinux.org
Mon May 16 18:53:57 UTC 2016


    Date: Monday, May 16, 2016 @ 20:53:57
  Author: tpowa
Revision: 175495

upgpkg: bbswitch 0.8-50

rebuild against 4.6 series

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-16 18:53:39 UTC (rev 175494)
+++ PKGBUILD	2016-05-16 18:53:57 UTC (rev 175495)
@@ -6,13 +6,13 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-_extramodules=extramodules-4.5-ARCH # Don't forget to update bbswitch.install
-pkgrel=49
+_extramodules=extramodules-4.6-ARCH # Don't forget to update bbswitch.install
+pkgrel=50
 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.5' 'linux-headers<4.6' 'linux>=4.5' 'linux<4.6')
+makedepends=('linux-headers>=4.6' 'linux-headers<4.7' 'linux>=4.6' 'linux<4.7')
 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.5' 'linux<4.6')
+  depends=('linux>=4.6' 'linux<4.7')
   install=bbswitch.install
 
   cd ${srcdir}/${pkgbase}-${pkgver}

Modified: bbswitch.install
===================================================================
--- bbswitch.install	2016-05-16 18:53:39 UTC (rev 175494)
+++ bbswitch.install	2016-05-16 18:53:57 UTC (rev 175495)
@@ -1,5 +1,5 @@
 post_install() {
-    EXTRAMODULES='extramodules-4.5-ARCH'
+    EXTRAMODULES='extramodules-4.6-ARCH'
     depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



More information about the arch-commits mailing list