summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomasz2017-01-21 22:26:40 +0100
committerTomasz2017-01-21 22:26:40 +0100
commitc9274664d4f2c6f19e0220892b44e37254248e52 (patch)
treed7ca8bb0f191615aced3146d01755a4b137540f7 /PKGBUILD
parenta8e10ecfb8377a9982e6b7dbb40055fe6ec880f0 (diff)
downloadaur-c9274664d4f2c6f19e0220892b44e37254248e52.tar.gz
0.3.6.2 released
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a972a33b8871..fe6679fd205b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomasz Paś <kierek93@gmail.com>
pkgname=sc-controller
-pkgver=0.3.6.1
+pkgver=0.3.6.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=('f42a8a0e4777a37abf31c4f351a0953aafe82a8fd93286694ea938abbf1e9ff7')
+sha256sums=('748f1ee5c29db955b74bb1c5e0affd53eef305ae2312f50e45fe5928cd3c12e1')
build() {
cd "$srcdir/${pkgname}-${pkgver}"