summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76c8468f7a22..a972a33b8871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Jameson Pugh <imntreal@gmail.com>
+# Maintainer: Tomasz Paś <kierek93@gmail.com>
pkgname=sc-controller
-pkgver=0.3.6
+pkgver=0.3.6.1
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=('2ebf53354fe2dc170e3848d1fe8044385b667685a810a349bd6136e01d5339bb')
+sha256sums=('f42a8a0e4777a37abf31c4f351a0953aafe82a8fd93286694ea938abbf1e9ff7')
build() {
cd "$srcdir/${pkgname}-${pkgver}"