summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2017-12-27 15:21:46 -0600
committergustawho2017-12-27 15:21:46 -0600
commit2cf969a278099d72a7c85922b187f9314cf3ad84 (patch)
treee9892ccaf09e517bd2da5666209642966f4220db
parent1169deff0e85bed879d2afb4609dc654b7ba28bd (diff)
downloadaur-2cf969a278099d72a7c85922b187f9314cf3ad84.tar.gz
Updated for 4.14.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2431cc66d45..897813b41495 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 = 20
+ pkgrel = 21
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.14.8
+ makedepends = linux-ck-headers<=4.14.9
depends = linux-ck>=4.14
- depends = linux-ck<=4.14.8
+ depends = linux-ck<=4.14.9
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 2abb163dbf8d..713ff296159f 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=20
+pkgrel=21
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.8')
-makedepends=('linux-ck-headers>=4.14' 'linux-ck-headers<=4.14.8')
+depends=('linux-ck>=4.14' 'linux-ck<=4.14.9')
+makedepends=('linux-ck-headers>=4.14' 'linux-ck-headers<=4.14.9')
provides=('bbswitch')
install=${pkgname}.install
source=("v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")