summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichiel Derhaeg2016-01-15 17:46:08 +0100
committerMichiel Derhaeg2016-03-25 20:00:21 +0100
commit9bb42ce078672ae089969f4b855bb401640bf6ac (patch)
treeafd5b9c5b7691828448ce9ba999824bfcd5a20c2
parent0a3c10ccb0b3fa19f4967a0ccc6341cb99bdacfb (diff)
downloadaur-9bb42ce078672ae089969f4b855bb401640bf6ac.tar.gz
0.8-14
bump to linux-ck version 4.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--bbswitch-ck.install2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e96819b3a484..7347f8b14c72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,10 +9,10 @@ pkgbase = bbswitch-ck
arch = i686
arch = x86_64
license = GPL
- makedepends = linux-ck-headers>=4.3
- makedepends = linux-ck-headers<4.4
- depends = linux-ck>=4.3
- depends = linux-ck<4.4
+ makedepends = linux-ck-headers>=4.4
+ makedepends = linux-ck-headers<4.5
+ depends = linux-ck>=4.4
+ depends = linux-ck<4.5
provides = bbswitch
source = v0.8.tar.gz::http://github.com/Bumblebee-Project/bbswitch/archive/v0.8.tar.gz
md5sums = 5b116b31ace3604ddf9d1fc1f4bc5807
diff --git a/PKGBUILD b/PKGBUILD
index 3b27d23bcc42..75846cda9e79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Boyan Ding <stu_dby@126.com>
_realname=bbswitch
-_extramodules=extramodules-4.3-ck # Don't forget to update bbswitch-ck.install
+_extramodules=extramodules-4.4-ck # Don't forget to update bbswitch-ck.install
pkgname=bbswitch-ck
pkgver=0.8
pkgrel=14
@@ -11,8 +11,8 @@ pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus lap
arch=('i686' 'x86_64')
url="http://github.com/Bumblebee-Project/bbswitch"
license=('GPL')
-depends=('linux-ck>=4.3' 'linux-ck<4.4')
-makedepends=('linux-ck-headers>=4.3' 'linux-ck-headers<4.4')
+depends=('linux-ck>=4.4' 'linux-ck<4.5')
+makedepends=('linux-ck-headers>=4.4' 'linux-ck-headers<4.5')
provides=('bbswitch')
install=${pkgname}.install
source=("v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
diff --git a/bbswitch-ck.install b/bbswitch-ck.install
index 9f69023828cc..051b614c8eaf 100644
--- a/bbswitch-ck.install
+++ b/bbswitch-ck.install
@@ -1,5 +1,5 @@
post_install() {
- EXTRAMODULES='extramodules-4.3-ck'
+ EXTRAMODULES='extramodules-4.4-ck'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
}