summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2019-04-16 20:07:37 +0200
committerBjörn Bidar2019-04-16 20:07:37 +0200
commit30973c083b5fbe7a024309aa879a1377926e2d6f (patch)
treebd9d55c3863bdddfdcdc99a957b99e92699cd68a
parent0739f179436210814e0c5b9fc5b4fe918f03c8b9 (diff)
downloadaur-30973c083b5fbe7a024309aa879a1377926e2d6f.tar.gz
upkg
- new kernel version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cae7a7d1cc79..9a93af9230cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Mar 7 06:55:27 UTC 2019
+# Tue Apr 16 18:04:27 UTC 2019
pkgbase = bbswitch-pf
pkgdesc = Kernel module allowing to switch dedicated graphics card on Optimus laptops
pkgver = 0.8
- pkgrel = 74
+ pkgrel = 75
url = http://github.com/Bumblebee-Project/bbswitch
arch = i686
arch = x86_64
license = GPL
makedepends = linux-pf-headers
- depends = linux-pf>=4.20
- depends = linux-pf<4.21
+ depends = linux-pf>=5.0
+ depends = linux-pf<5.1
source = git+https://github.com/Bumblebee-Project/bbswitch.git
source = linux_4.17_vgaswitch.patch
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 92d5a1cbde7e..80e41224277e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
pkgname=bbswitch-pf
_pkgname=bbswitch
-_godver=4.20
-_badver=4.21
+_godver=5.0
+_badver=5.1
pkgver=0.8
_extramodules=extramodules-$_godver-pf # Don't forget to update bbswitch.install
-pkgrel=74
+pkgrel=75
pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops"
arch=('i686' 'x86_64')
url="http://github.com/Bumblebee-Project/bbswitch"