summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDominic Brekau2020-01-13 20:36:31 +0100
committerDominic Brekau2020-01-13 20:36:31 +0100
commit50e30b71f85b4b1681e997e64f5892f896d4d95b (patch)
treedd197876fff385a30fadd1b860a844e8eb6c6881 /PKGBUILD
parent58ce7e545a60b6fc3ac8e3ed1930e7b7b42d0a60 (diff)
downloadaur-50e30b71f85b4b1681e997e64f5892f896d4d95b.tar.gz
Moved dependencies to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a92d65e41e90..2c5e9508b79c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ pkgdesc="Softphone for voice over IP and IM communication using SIP"
arch=('x86_64' 'i686')
url="http://www.twinklephone.com/"
license=('GPL')
-depends=('file' 'libsndfile' 'gsm' 'speex' 'qt5-declarative' 'ccrtp' 'ilbc' 'libzrtpcpp' 'alsa-lib' 'flex' 'bison')
-makedepends=('pkg-config' 'boost' 'cmake' 'git' 'qt5-tools')
+depends=('file' 'libsndfile' 'gsm' 'speex' 'qt5-declarative' 'ccrtp' 'ilbc' 'libzrtpcpp')
+makedepends=('pkg-config' 'boost' 'cmake' 'git' 'qt5-tools' 'alsa-lib' 'flex' 'bison')
source=("git+https://github.com/LubosD/$_pkgname.git#tag=v${pkgver}")
md5sums=('SKIP')