summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Sabota2019-07-14 11:00:56 -0400
committerLukas Sabota2019-07-14 11:00:56 -0400
commitaf69113977f3a849b945267136f98bdd1cb18612 (patch)
treee462fb46d5e316ccff49e5415f16959064dfb022 /PKGBUILD
parente21be42b2d5a862098ea8d932e0b51370e4b544b (diff)
downloadaur-qjoypad.tar.gz
update to 4.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cdb3003f6fc0..0fd69218a7f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Travis Nickles <ryoohki7@yahoo.com>
pkgname=qjoypad
-pkgver=4.3.0
-pkgrel=3
+pkgver=4.3.1
+pkgrel=1
pkgdesc='Program with a QT interface that converts gamepad/joystick events into key strokes and mouse actions in XWindows'
arch=('i686' 'x86_64')
url='https://github.com/panzi/qjoypad'
@@ -14,7 +14,7 @@ depends=('qt5-base' 'libxtst' 'qt5-x11extras')
makedepends=('qt5-tools' 'cmake')
install=${pkgname}.install
source=("https://github.com/panzi/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('1e8084db56dacdb863ca5e5e40f0d640')
+md5sums=('2aa11e6882696c85187ea5012cbd4aa4')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/"