summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJameson Pugh2017-01-06 08:39:41 -0500
committerJameson Pugh2017-01-06 08:39:41 -0500
commit27473e530f02f40f73c721a272bedb11519b8ed6 (patch)
treec8bfe3f982812a09637a2b3b1ce7863169407a92 /PKGBUILD
parentddea74d779e29854ee9f4e6eeb1fea9b5bd8756b (diff)
downloadaur-27473e530f02f40f73c721a272bedb11519b8ed6.tar.gz
0.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6210705e2635..d431c5169aa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=sc-controller
-pkgver=0.3.4
+pkgver=0.3.5
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=('32bbab2c934f3b186e0e1a9bfa4ff14cc5467ef50abe87b911de17679e493e54')
+sha256sums=('54a8b378fe781a5f67a785ccbbd868aafdca2bc7a8b14cef1fdf76ffc675c36b')
build() {
cd "$srcdir/${pkgname}-${pkgver}"