summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Sabota2017-07-04 10:26:40 -0400
committerLukas Sabota2017-07-04 10:26:40 -0400
commite616aade78792da3e1c2d66287976c21208a1140 (patch)
tree29ae989a127ab0b1813289e25e79eb51b14d0138
parent5c17cf5ff8e175250885d0036a2714965ff891d6 (diff)
downloadaur-e616aade78792da3e1c2d66287976c21208a1140.tar.gz
add missing makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fcd77548912..6400d4576ca8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Feb 4 01:46:42 UTC 2017
+# Tue Jul 4 14:26:36 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 = 1
+ pkgrel = 2
url = https://github.com/panzi/qjoypad
install = qjoypad.install
arch = i686
arch = x86_64
license = GPL
+ makedepends = qt5-tools
+ makedepends = cmake
depends = qt5-base
depends = libxtst
source = https://github.com/panzi/qjoypad/archive/v4.3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index da0febe5cf8e..242569769329 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgname=qjoypad
pkgver=4.3.0
-pkgrel=1
+pkgrel=2
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')
install=${pkgname}.install
source=("https://github.com/panzi/$pkgname/archive/v$pkgver.tar.gz")
-
md5sums=('1e8084db56dacdb863ca5e5e40f0d640')
package() {