summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2018-10-09 13:17:59 +0200
committerBjörn Bidar2018-10-09 13:17:59 +0200
commit20b3c03b39aeadd73b4e2c9c524394d509fdd4d4 (patch)
tree3819894a25ce30a22ed016c6842d6519d242b094
parent0b74ceb3037955d89720d48d09dc4953ed65aabf (diff)
downloadaur-20b3c03b39aeadd73b4e2c9c524394d509fdd4d4.tar.gz
urel: new kernel
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5118ed5e1aac..61adaec77f0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Oct 9 07:31:35 UTC 2018
+# Tue Oct 9 11:17:58 UTC 2018
pkgbase = bbswitch-pf
pkgdesc = Kernel module allowing to switch dedicated graphics card on Optimus laptops
pkgver = 0.8
- pkgrel = 65
+ pkgrel = 66
url = http://github.com/Bumblebee-Project/bbswitch
arch = i686
arch = x86_64
license = GPL
makedepends = linux-pf-headers
- depends = linux-pf>=4.17
- depends = linux-pf<4.18
+ depends = linux-pf>=4.18
+ depends = linux-pf<4.19
source = git+https://github.com/Bumblebee-Project/bbswitch.git
source = linux_4.17_vgaswitch.patch
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2aa23c4b62d8..427aab2a4dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
pkgname=bbswitch-pf
_pkgname=bbswitch
-_godver=4.17
-_badver=4.18
+_godver=4.18
+_badver=4.19
pkgver=0.8
_extramodules=extramodules-$_godver-pf # Don't forget to update bbswitch.install
-pkgrel=65
+pkgrel=66
pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops"
arch=('i686' 'x86_64')
url="http://github.com/Bumblebee-Project/bbswitch"