summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Rys2020-11-29 17:47:11 +0100
committerMartin Rys2020-11-29 17:47:11 +0100
commit8f330021387d9a97c6007b0cc37a0998f5f49b00 (patch)
tree067741e73f7f4f6d3f51d43145cb902a823a2cec /PKGBUILD
parent1351fc6b59de087b6a90097aa81b4120b2300ae2 (diff)
downloadaur-8f330021387d9a97c6007b0cc37a0998f5f49b00.tar.gz
bump to 0.4.8.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81874a48430c..075f02c6b20e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Rys <rys.pw/#contact_me>
pkgname=sc-controller
-pkgver=0.4.8.1
+pkgver=0.4.8.2
pkgrel=1
pkgdesc='User-mode driver and GTK3 based GUI for Steam Controller'
arch=('any')
@@ -11,7 +11,7 @@ depends=('gtk3' 'python-gobject' 'python-cairo' 'python-pylibacl' 'python-evdev'
makedepends=('python-setuptools')
conflicts=("${pkgname}-git")
source=("https://github.com/Ryochan7/sc-controller/archive/v${pkgver}.tar.gz")
-sha256sums=('920738a15e430d79e2f85f08f4ab3a0b3bcb0cf916be858db38d432377b0534f')
+sha256sums=('be515560da16e252f111c27d7fc936661ab12efcd1dd80b882b453007a5f5207')
build() {
cd "$srcdir/${pkgname}-${pkgver}"