summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimothy Redaelli2015-08-19 12:27:50 +0200
committerTimothy Redaelli2015-08-19 12:27:50 +0200
commitf4c39b12b4fa72b4aa31f7533f8d6af9ffa492a5 (patch)
tree3099451a9ab854675fbfe448cc65a92018d5ebb0 /PKGBUILD
parent518defd506e58ca33465687b3925a45489587078 (diff)
downloadaur-f4c39b12b4fa72b4aa31f7533f8d6af9ffa492a5.tar.gz
Fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d8dfe7670f0..6cd89e744818 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ arch=('x86_64' 'i686')
url="http://www.twinklephone.com/"
license=('GPL')
depends=('file' 'qt5-quick1' 'ccrtp' 'ilbc' 'bcg729')
-makedepends=('pkg-config' 'boost' 'cmake')
+makedepends=('pkg-config' 'boost' 'cmake' 'git' 'qt5-tools')
source=("git+https://github.com/LubosD/$_pkgname.git#tag=v${pkgver}")
md5sums=('SKIP')