summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Sabota2019-07-14 11:00:56 -0400
committerLukas Sabota2019-07-14 11:00:56 -0400
commitaf69113977f3a849b945267136f98bdd1cb18612 (patch)
treee462fb46d5e316ccff49e5415f16959064dfb022
parente21be42b2d5a862098ea8d932e0b51370e4b544b (diff)
downloadaur-af69113977f3a849b945267136f98bdd1cb18612.tar.gz
update to 4.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70f5a9b913e4..17636081b1d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qjoypad
pkgdesc = Program with a QT interface that converts gamepad/joystick events into key strokes and mouse actions in XWindows
- pkgver = 4.3.0
- pkgrel = 3
+ pkgver = 4.3.1
+ pkgrel = 1
url = https://github.com/panzi/qjoypad
install = qjoypad.install
arch = i686
@@ -12,8 +12,8 @@ pkgbase = qjoypad
depends = qt5-base
depends = libxtst
depends = qt5-x11extras
- source = https://github.com/panzi/qjoypad/archive/v4.3.0.tar.gz
- md5sums = 1e8084db56dacdb863ca5e5e40f0d640
+ source = https://github.com/panzi/qjoypad/archive/v4.3.1.tar.gz
+ md5sums = 2aa11e6882696c85187ea5012cbd4aa4
pkgname = qjoypad
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}/"