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

Jan Steffens heftig at archlinux.org
Thu Jul 13 13:07:14 UTC 2017


    Date: Thursday, July 13, 2017 @ 13:07:13
  Author: heftig
Revision: 244954

0.8-71: kernel 4.12.1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-13 12:36:19 UTC (rev 244953)
+++ PKGBUILD	2017-07-13 13:07:13 UTC (rev 244954)
@@ -6,13 +6,13 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-_extramodules=extramodules-4.11-ARCH # Don't forget to update bbswitch.install
-pkgrel=70
+_extramodules=extramodules-4.12-ARCH # Don't forget to update bbswitch.install
+pkgrel=71
 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.11' 'linux-headers<4.12' 'linux>=4.11' 'linux<4.12')
+makedepends=('linux-headers>=4.12' 'linux-headers<4.13' 'linux>=4.12' 'linux<4.13')
 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.11' 'linux<4.12')
+  depends=('linux>=4.12' 'linux<4.13')
   install=bbswitch.install
 
   cd ${srcdir}/${pkgbase}-${pkgver}

Modified: bbswitch.install
===================================================================
--- bbswitch.install	2017-07-13 12:36:19 UTC (rev 244953)
+++ bbswitch.install	2017-07-13 13:07:13 UTC (rev 244954)
@@ -1,5 +1,5 @@
 post_install() {
-    EXTRAMODULES='extramodules-4.11-ARCH'
+    EXTRAMODULES='extramodules-4.12-ARCH'
     depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



More information about the arch-commits mailing list