summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgustawho2018-01-11 18:48:00 -0600
committergustawho2018-01-11 18:48:00 -0600
commit50d7453e098576a82506002d881cd80d29c358f3 (patch)
tree6c2c1690797c5773b2a06a75b7c9264271cabd5c
parent201e9abce3a70b4b6606b056f716f5b0ec6698ba (diff)
downloadaur-50d7453e098576a82506002d881cd80d29c358f3.tar.gz
Updated for 4.14.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5913fc578f5..1c36715a5e7c 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 = 23
+ pkgrel = 24
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.12
+ makedepends = linux-ck-headers<=4.15
depends = linux-ck>=4.14
- depends = linux-ck<=4.14.12
+ depends = linux-ck<=4.15
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 3b59b8e87c3d..7a44dbaea22f 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=23
+pkgrel=24
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.12')
-makedepends=('linux-ck-headers>=4.14' 'linux-ck-headers<=4.14.12')
+depends=('linux-ck>=4.14' 'linux-ck<=4.15')
+makedepends=('linux-ck-headers>=4.14' 'linux-ck-headers<=4.15')
provides=('bbswitch')
install=${pkgname}.install
source=("v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")