summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2017-01-06 08:39:41 -0500
committerJameson Pugh2017-01-06 08:39:41 -0500
commit27473e530f02f40f73c721a272bedb11519b8ed6 (patch)
treec8bfe3f982812a09637a2b3b1ce7863169407a92
parentddea74d779e29854ee9f4e6eeb1fea9b5bd8756b (diff)
downloadaur-27473e530f02f40f73c721a272bedb11519b8ed6.tar.gz
0.3.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38a36cbf9f42..8e03b77d6693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 19 16:14:09 UTC 2016
+# Fri Jan 6 13:39:35 UTC 2017
pkgbase = sc-controller
pkgdesc = User-mode driver and GTK3 based GUI for Steam Controller
- pkgver = 0.3.4
+ pkgver = 0.3.5
pkgrel = 1
url = https://github.com/kozec/sc-controller
arch = any
@@ -13,8 +13,8 @@ pkgbase = sc-controller
depends = python2-cairo
depends = pylibacl
conflicts = sc-controller-git
- source = https://github.com/kozec/sc-controller/archive/v0.3.4.tar.gz
- sha256sums = 32bbab2c934f3b186e0e1a9bfa4ff14cc5467ef50abe87b911de17679e493e54
+ source = https://github.com/kozec/sc-controller/archive/v0.3.5.tar.gz
+ sha256sums = 54a8b378fe781a5f67a785ccbbd868aafdca2bc7a8b14cef1fdf76ffc675c36b
pkgname = sc-controller
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}"