summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f772c72312ee..9d1907e76d58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Oct 18 09:31:21 UTC 2016
+# Mon Oct 24 08:45:40 UTC 2016
pkgbase = bbswitch-pf
pkgdesc = Kernel module allowing to switch dedicated graphics card on Optimus laptops
pkgver = 0.8
- pkgrel = 30
+ pkgrel = 31
url = http://github.com/Bumblebee-Project/bbswitch
install = bbswitch.install
arch = i686
@@ -12,8 +12,8 @@ pkgbase = bbswitch-pf
makedepends = linux-pf-headers
depends = linux-pf>=4.8
depends = linux-pf<4.9
- source = https://github.com/Bumblebee-Project/bbswitch/archive/v0.8.tar.gz
- md5sums = 5b116b31ace3604ddf9d1fc1f4bc5807
+ source = git+https://github.com/Bumblebee-Project/bbswitch.git#branch=pm-rework
+ md5sums = SKIP
pkgname = bbswitch-pf
diff --git a/PKGBUILD b/PKGBUILD
index 326d3ae792f7..0bddc418aef7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _godver=4.8
_badver=4.9
pkgver=0.8
_extramodules=extramodules-$_godver-pf # Don't forget to update bbswitch.install
-pkgrel=30
+pkgrel=31
pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops"
arch=('i686' 'x86_64')
url="http://github.com/Bumblebee-Project/bbswitch"
@@ -17,11 +17,11 @@ license=('GPL')
depends=("linux-pf>=$_godver" "linux-pf<$_badver")
makedepends=("linux-pf-headers")
install=bbswitch.install
-source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+source=(git+https://github.com/Bumblebee-Project/bbswitch.git#branch=pm-rework)
+md5sums=('SKIP')
build() {
- cd ${srcdir}/${_pkgname}-${pkgver}
+ cd ${srcdir}/${_pkgname}
_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"