summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--bbswitch.install2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e7cbb003bbf..54b2e4a598f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Feb 11 11:27:46 UTC 2017
+# Wed Feb 22 19:02:25 UTC 2017
pkgbase = bbswitch-pf
pkgdesc = Kernel module allowing to switch dedicated graphics card on Optimus laptops
pkgver = 0.8
- pkgrel = 39
+ pkgrel = 40
url = http://github.com/Bumblebee-Project/bbswitch
install = bbswitch.install
arch = i686
arch = x86_64
license = GPL
makedepends = linux-pf-headers
- depends = linux-pf>=4.9
- depends = linux-pf<4.10
+ depends = linux-pf>=4.10
+ depends = linux-pf<4.11
source = git+https://github.com/Bumblebee-Project/bbswitch.git#branch=pm-rework
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0d8c4afb32a0..35d0f315e177 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
pkgname=bbswitch-pf
_pkgname=bbswitch
-_godver=4.9
-_badver=4.10
+_godver=4.10
+_badver=4.11
pkgver=0.8
_extramodules=extramodules-$_godver-pf # Don't forget to update bbswitch.install
-pkgrel=39
+pkgrel=40
pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops"
arch=('i686' 'x86_64')
url="http://github.com/Bumblebee-Project/bbswitch"
diff --git a/bbswitch.install b/bbswitch.install
index 267da78ec66f..9e39b9a8ca06 100644
--- a/bbswitch.install
+++ b/bbswitch.install
@@ -1,6 +1,6 @@
# -*- sh -*-
post_install() {
- EXTRAMODULES='extramodules-4.9-pf'
+ EXTRAMODULES='extramodules-4.10-pf'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
}