summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJameson Pugh2016-11-09 10:41:56 -0500
committerJameson Pugh2016-11-09 10:41:56 -0500
commit9f8f13e67798e0949230bdbfc615f06273e30fae (patch)
treea1059b7de8c27bbfa66dbf6d9ea5eae392370768 /PKGBUILD
parent15ed27a6f5f486dca712eda4930afe196147e4e0 (diff)
downloadaur-9f8f13e67798e0949230bdbfc615f06273e30fae.tar.gz
v0.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb1b3d463ecd..ae42de7bee11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=sc-controller
-pkgver=0.3.1
+pkgver=0.3.2
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=('a090ca37554882e704b429139117c82030a27a17b1a70b4d11297624c81c4a14')
+sha256sums=('581ee9aa699cab260353b6a54f712cd53ac03cc59d0cf3a234cb8ab0b4aab027')
build() {
cd "$srcdir/${pkgname}-${pkgver}"