summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2018-10-04 06:04:41 -0500
committergustawho2018-10-04 06:04:41 -0500
commitc2e599b6642886d0e2032ac696fac1cdb2046f19 (patch)
tree64bea139cd4a70beeb77e982567bb06a448b2c65
parent2eb4fe867da7f484097edf785c9fb7e0453c6add (diff)
downloadaur-c2e599b6642886d0e2032ac696fac1cdb2046f19.tar.gz
linux-ck 4.18.11
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--bbswitch-ck.install2
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eeeee0c9af43..c09c54c4b18a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = bbswitch-ck
pkgdesc = Kernel module allowing to switch dedicated graphics card on Optimus laptops for linux-ck
pkgver = 0.8
- pkgrel = 25
+ pkgrel = 26
url = http://github.com/Bumblebee-Project/bbswitch
install = bbswitch-ck.install
arch = i686
arch = x86_64
license = GPL
- makedepends = linux-ck-headers>=4.14
- makedepends = linux-ck-headers<=4.15
- depends = linux-ck>=4.14
- depends = linux-ck<=4.15
+ makedepends = linux-ck-headers>=4.18
+ makedepends = linux-ck-headers<=4.19
+ depends = linux-ck>=4.18
+ depends = linux-ck<=4.19
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 3a690828d21f..3c24df5bed12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
# Contributor: Boyan Ding <stu_dby@126.com>
_realname=bbswitch
-_extramodules=extramodules-4.14-ck # Don't forget to update bbswitch-ck.install
+_extramodules=extramodules-ck # Don't forget to update bbswitch-ck.install
pkgname=bbswitch-ck
pkgver=0.8
-pkgrel=25
+pkgrel=26
pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops for linux-ck"
arch=('i686' 'x86_64')
url="http://github.com/Bumblebee-Project/bbswitch"
license=('GPL')
-depends=('linux-ck>=4.14' 'linux-ck<=4.15')
-makedepends=('linux-ck-headers>=4.14' 'linux-ck-headers<=4.15')
+depends=('linux-ck>=4.18' 'linux-ck<=4.19')
+makedepends=('linux-ck-headers>=4.18' 'linux-ck-headers<=4.19')
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 2f99bbe78c17..38b4b144d8d4 100644
--- a/bbswitch-ck.install
+++ b/bbswitch-ck.install
@@ -1,5 +1,5 @@
post_install() {
- EXTRAMODULES='extramodules-4.14-ck'
+ EXTRAMODULES='extramodules-ck'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
}