summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Sabota2019-05-01 10:53:59 -0400
committerLukas Sabota2019-05-01 10:53:59 -0400
commite21be42b2d5a862098ea8d932e0b51370e4b544b (patch)
treeb3988aa4e63b51a8e3300b426df0b5a1fb41bdae
parent4c65eb7bb95edee9e8154180e9ef1b3a5383fad5 (diff)
downloadaur-e21be42b2d5a862098ea8d932e0b51370e4b544b.tar.gz
move qt5-x11extras to depends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42b2fb21ac00..70f5a9b913e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Aug 2 21:26:08 UTC 2017
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 = 2
+ pkgrel = 3
url = https://github.com/panzi/qjoypad
install = qjoypad.install
arch = i686
@@ -11,9 +9,9 @@ pkgbase = qjoypad
license = GPL
makedepends = qt5-tools
makedepends = cmake
- makedepends = qt5-x11extras
depends = qt5-base
depends = libxtst
+ depends = qt5-x11extras
source = https://github.com/panzi/qjoypad/archive/v4.3.0.tar.gz
md5sums = 1e8084db56dacdb863ca5e5e40f0d640
diff --git a/PKGBUILD b/PKGBUILD
index 4f410933ad3a..cdb3003f6fc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=qjoypad
pkgver=4.3.0
-pkgrel=2
+pkgrel=3
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'
license=('GPL')
-depends=('qt5-base' 'libxtst')
-makedepends=('qt5-tools' 'cmake' 'qt5-x11extras')
+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')