summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2018-08-02 11:13:04 +0200
committerBjörn Bidar2018-08-02 11:13:04 +0200
commit343bb84e264593ef07eb7d673ab8699a6d733b0c (patch)
tree46dbee2ffbc127a180bd636fad191b3e1929ac7c
parent39e42c44dd626aca42845aa054a2e2257fd9e5a6 (diff)
downloadaur-343bb84e264593ef07eb7d673ab8699a6d733b0c.tar.gz
urel: new kernel version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87dde2567c23..b738e26e4b3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jul 21 20:13:03 UTC 2018
+# Thu Aug 2 09:13:04 UTC 2018
pkgbase = bbswitch-pf
pkgdesc = Kernel module allowing to switch dedicated graphics card on Optimus laptops
pkgver = 0.8
- pkgrel = 61
+ pkgrel = 62
url = http://github.com/Bumblebee-Project/bbswitch
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = bbswitch-pf
makedepends = linux-pf-headers
depends = linux-pf>=4.17
depends = linux-pf<4.18
- source = git+https://github.com/Bumblebee-Project/bbswitch.git#branch=pm-rework
+ source = git+https://github.com/Bumblebee-Project/bbswitch.git
source = linux_4.17_vgaswitch.patch
md5sums = SKIP
md5sums = b0a672ecba5dadf7922a363a7a9960ba
diff --git a/PKGBUILD b/PKGBUILD
index 044a27587eed..9c2798112f15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@ _godver=4.17
_badver=4.18
pkgver=0.8
_extramodules=extramodules-$_godver-pf # Don't forget to update bbswitch.install
-pkgrel=61
+pkgrel=62
pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops"
arch=('i686' 'x86_64')
url="http://github.com/Bumblebee-Project/bbswitch"
license=('GPL')
depends=("linux-pf>=$_godver" "linux-pf<$_badver")
makedepends=("linux-pf-headers")
-source=(git+https://github.com/Bumblebee-Project/bbswitch.git#branch=pm-rework
+source=(git+https://github.com/Bumblebee-Project/bbswitch.git
'linux_4.17_vgaswitch.patch')
md5sums=('SKIP'
'b0a672ecba5dadf7922a363a7a9960ba')
@@ -24,7 +24,7 @@ md5sums=('SKIP'
prepare()
{
cd ${srcdir}/${_pkgname}
- patch -p1 -i "$srcdir"/linux_4.17_vgaswitch.patch
+# patch -p1 -i "$srcdir"/linux_4.17_vgaswitch.patch
}
build() {