summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Sabota2017-08-02 17:26:54 -0400
committerLukas Sabota2017-08-02 17:26:54 -0400
commit4c65eb7bb95edee9e8154180e9ef1b3a5383fad5 (patch)
tree2845b829907f4b600c080725fb53d27244367d07
parente616aade78792da3e1c2d66287976c21208a1140 (diff)
downloadaur-4c65eb7bb95edee9e8154180e9ef1b3a5383fad5.tar.gz
add qt5-x11extras makedepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6400d4576ca8..42b2fb21ac00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jul 4 14:26:36 UTC 2017
+# 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
@@ -11,6 +11,7 @@ pkgbase = qjoypad
license = GPL
makedepends = qt5-tools
makedepends = cmake
+ makedepends = qt5-x11extras
depends = qt5-base
depends = libxtst
source = https://github.com/panzi/qjoypad/archive/v4.3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 242569769329..4f410933ad3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url='https://github.com/panzi/qjoypad'
license=('GPL')
depends=('qt5-base' 'libxtst')
-makedepends=('qt5-tools' 'cmake')
+makedepends=('qt5-tools' 'cmake' 'qt5-x11extras')
install=${pkgname}.install
source=("https://github.com/panzi/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('1e8084db56dacdb863ca5e5e40f0d640')