summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgustawho2017-12-20 15:33:20 -0600
committergustawho2017-12-20 15:33:20 -0600
commit1169deff0e85bed879d2afb4609dc654b7ba28bd (patch)
treeebf05a8e4a3e6e6aa599fc28c138f8fa22c776b3 /PKGBUILD
parentd1b23e18574b8c9c632e2c2fb33f7d66621ce16f (diff)
downloadaur-1169deff0e85bed879d2afb4609dc654b7ba28bd.tar.gz
Updated for linux-ck 4.14.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3950dc8d20ff..2abb163dbf8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@ _realname=bbswitch
_extramodules=extramodules-4.14-ck # Don't forget to update bbswitch-ck.install
pkgname=bbswitch-ck
pkgver=0.8
-pkgrel=19
+pkgrel=20
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.14.3')
-makedepends=('linux-ck-headers>=4.14' 'linux-ck-headers<=4.14.3')
+depends=('linux-ck>=4.14' 'linux-ck<=4.14.8')
+makedepends=('linux-ck-headers>=4.14' 'linux-ck-headers<=4.14.8')
provides=('bbswitch')
install=${pkgname}.install
source=("v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")