summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2017-02-24 11:24:12 -0800
committerGavin Lloyd2017-02-24 11:24:12 -0800
commit4daead5af79d3f91bd33fcbe99a8b8ea962b8419 (patch)
treeda9cef0d2d6125392fb845278654b41f408d7f55
parentc4a6912ec73f5b40efdb2fddf755314910d11db3 (diff)
downloadaur-4daead5af79d3f91bd33fcbe99a8b8ea962b8419.tar.gz
Use sha256sums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba30a6883397..c11305c8120a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Feb 24 19:24:07 UTC 2017
pkgbase = bbswitch-git
pkgdesc = kernel module allowing to switch dedicated graphics card on Optimus laptops (Git version)
pkgver = v0.8
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/Bumblebee-Project/bbswitch
install = bbswitch.install
arch = i686
@@ -14,7 +16,7 @@ pkgbase = bbswitch-git
conflicts = bbswitch-dkms
conflicts = bbswitch-git-dkms
source = bbswitch-git::git+https://github.com/Bumblebee-Project/bbswitch.git#branch=develop
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = bbswitch-git
diff --git a/PKGBUILD b/PKGBUILD
index 305b71fba998..8e1ea8590ff9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bbswitch-git
pkgver=v0.8
-pkgrel=2
+pkgrel=3
pkgdesc='kernel module allowing to switch dedicated graphics card on Optimus laptops (Git version)'
arch=('i686' 'x86_64')
license=('GPL')
@@ -12,7 +12,7 @@ provides=('bbswitch')
conflicts=('bbswitch' 'bbswitch-dkms' 'bbswitch-git-dkms')
makedepends=('linux-headers' 'git')
source=("${pkgname}::git+https://github.com/Bumblebee-Project/bbswitch.git#branch=develop")
-md5sums=('SKIP')
+sha256sums=('SKIP')
install=bbswitch.install
pkgver () {