summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2017-11-30 17:56:16 -0600
committergustawho2017-11-30 17:56:16 -0600
commit7cd7dd40bf16eeba7ba78ba8118411cae7b7fb03 (patch)
treebec0b4919926e77f5cc1143f98fb01cecc7dce7f
parent9c145645049b53c2d7c974c6d4b4dd55c5f35947 (diff)
downloadaur-7cd7dd40bf16eeba7ba78ba8118411cae7b7fb03.tar.gz
Updated to 4.14
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
-rw-r--r--bbswitch-ck.install2
3 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c647e9c821e7..c06e2ceea3ce 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 = 18
+ pkgrel = 19
url = http://github.com/Bumblebee-Project/bbswitch
install = bbswitch-ck.install
arch = i686
arch = x86_64
license = GPL
- makedepends = linux-ck-headers>=4.7
- makedepends = linux-ck-headers<4.8
- depends = linux-ck>=4.7
- depends = linux-ck<4.8
+ makedepends = linux-ck-headers>=4.14
+ makedepends = linux-ck-headers<4.14.3
+ depends = linux-ck>=4.14
+ depends = linux-ck<4.14.3
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 5fa16a7b39cf..7d6174e4d378 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Distorted <derhaeg_michiel@hotmail.com>
+# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
+# Contributor: Distorted <derhaeg_michiel@hotmail.com>
# Contributor: FadeMind <fademind@gmail.com>
# Contributor: Boyan Ding <stu_dby@126.com>
_realname=bbswitch
-_extramodules=extramodules-4.7-ck # Don't forget to update bbswitch-ck.install
+_extramodules=extramodules-4.14-ck # Don't forget to update bbswitch-ck.install
pkgname=bbswitch-ck
pkgver=0.8
-pkgrel=18
+pkgrel=19
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.7' 'linux-ck<4.8')
-makedepends=('linux-ck-headers>=4.7' 'linux-ck-headers<4.8')
+depends=('linux-ck>=4.14' 'linux-ck<4.14.3')
+makedepends=('linux-ck-headers>=4.14' 'linux-ck-headers<4.14.3')
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 7f69d3a82d1c..2f99bbe78c17 100644
--- a/bbswitch-ck.install
+++ b/bbswitch-ck.install
@@ -1,5 +1,5 @@
post_install() {
- EXTRAMODULES='extramodules-4.7-ck'
+ EXTRAMODULES='extramodules-4.14-ck'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
}