summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichiel Derhaeg2016-02-02 11:08:18 +0100
committerMichiel Derhaeg2016-02-02 11:08:18 +0100
commit0a3c10ccb0b3fa19f4967a0ccc6341cb99bdacfb (patch)
treee5d3b39f048372b4e15c502238bd136c99550868
parenteb50f259051b9fd3e9fc41944eff4f1683a825fc (diff)
downloadaur-0a3c10ccb0b3fa19f4967a0ccc6341cb99bdacfb.tar.gz
fixed url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 339bb03fe4c4..e96819b3a484 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Feb 2 10:07:34 UTC 2016
pkgbase = bbswitch-ck
pkgdesc = Kernel module allowing to switch dedicated graphics card on Optimus laptops for linux-ck
pkgver = 0.8
- pkgrel = 13
+ pkgrel = 14
url = http://github.com/Bumblebee-Project/bbswitch
install = bbswitch-ck.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index fbb8af37a98d..3b27d23bcc42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ _realname=bbswitch
_extramodules=extramodules-4.3-ck # Don't forget to update bbswitch-ck.install
pkgname=bbswitch-ck
pkgver=0.8
-pkgrel=13
+pkgrel=14
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")
+url="http://github.com/Bumblebee-Project/bbswitch"
license=('GPL')
depends=('linux-ck>=4.3' 'linux-ck<4.4')
makedepends=('linux-ck-headers>=4.3' 'linux-ck-headers<4.4')