summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJameson Pugh2016-10-11 12:41:49 -0400
committerJameson Pugh2016-10-11 12:41:49 -0400
commit7e61f46c82a587c1900f83e312844aecea54cb7c (patch)
treef58667754c130c10f887cef621cd42975275cea4 /PKGBUILD
parent7055ead563d5770b361f6517e71fbbdc4c80fec0 (diff)
downloadaur-7e61f46c82a587c1900f83e312844aecea54cb7c.tar.gz
v0.3.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11dddc8ce8fd..81fe755e89cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=sc-controller
-pkgver=0.3.0.1
+pkgver=0.3.0.3
pkgrel=1
pkgdesc='User-mode driver and GTK3 based GUI for Steam Controller'
arch=('any')
@@ -11,7 +11,7 @@ depends=('gtk3' 'python2-gobject' 'python2-cairo' 'pylibacl')
makedepends=('python2-setuptools')
conflicts=("${pkgname}-git")
source=("https://github.com/kozec/sc-controller/archive/v${pkgver}.tar.gz")
-sha256sums=('368d58cc47c8f4138cce36fd6c463b9054b949e6631e115c8026297c6aa38b56')
+sha256sums=('60ba883080a0e2979b9e4a79555294dd4954dc7889544d62c734433e1cd59c20')
build() {
cd "$srcdir/${pkgname}-${pkgver}"