summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKierek2017-03-29 10:35:51 +0200
committerKierek2017-03-29 10:35:51 +0200
commit464a944a5c0dadd671858967af50e2b055a725e6 (patch)
tree55d0e585c2bdafe439e03922841fd7abeb16377f /PKGBUILD
parentf7da58f2ded795511ad3d73d533999061ed9156d (diff)
downloadaur-464a944a5c0dadd671858967af50e2b055a725e6.tar.gz
0.3.8.1 released
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc4274899915..4a69c4bf728c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomasz Paś <kierek93@gmail.com>
pkgname=sc-controller
-pkgver=0.3.8
+pkgver=0.3.8.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=('0c0463e18da47f9f7ec96eb6fbd64a0e517cc51845b5a06162b5df8900a00eca')
+sha256sums=('86047f5a52249fa3a1e475f3fa5026c0c65271ee3d020be3aa2930e360502b39')
build() {
cd "$srcdir/${pkgname}-${pkgver}"