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

Jan Steffens heftig at archlinux.org
Sun Sep 10 23:03:49 UTC 2017


    Date: Sunday, September 10, 2017 @ 23:03:47
  Author: heftig
Revision: 256836

0.8-79: kernel 4.13.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-09-10 23:03:27 UTC (rev 256835)
+++ PKGBUILD	2017-09-10 23:03:47 UTC (rev 256836)
@@ -6,13 +6,13 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-_extramodules=extramodules-4.12-ARCH # Don't forget to update bbswitch.install
-pkgrel=78
+_extramodules=extramodules-4.13-ARCH # Don't forget to update bbswitch.install
+pkgrel=79
 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.12' 'linux-headers<4.13' 'linux>=4.12' 'linux<4.13')
+makedepends=('linux-headers>=4.13' 'linux-headers<4.14' 'linux>=4.13' 'linux<4.14')
 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.12' 'linux<4.13')
+  depends=('linux>=4.13' 'linux<4.14')
   install=bbswitch.install
 
   cd ${srcdir}/${pkgbase}-${pkgver}

Modified: bbswitch.install
===================================================================
--- bbswitch.install	2017-09-10 23:03:27 UTC (rev 256835)
+++ bbswitch.install	2017-09-10 23:03:47 UTC (rev 256836)
@@ -1,5 +1,5 @@
 post_install() {
-    EXTRAMODULES='extramodules-4.12-ARCH'
+    EXTRAMODULES='extramodules-4.13-ARCH'
     depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



More information about the arch-commits mailing list