summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDominic Brekau2020-01-13 20:32:31 +0100
committerDominic Brekau2020-01-13 20:32:31 +0100
commit58ce7e545a60b6fc3ac8e3ed1930e7b7b42d0a60 (patch)
tree94752978a588ef0cda8fb1d129e245a5a3768b13 /PKGBUILD
parent47db910a92832e2d4e263154ec6cb188055e7245 (diff)
downloadaur-58ce7e545a60b6fc3ac8e3ed1930e7b7b42d0a60.tar.gz
Added alsa-lib, bison and flex as dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bafa582c7229..a92d65e41e90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@
pkgname=twinkle-qt5
_pkgname=twinkle
pkgver=1.10.2
-pkgrel=1
+pkgrel=2
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')
+depends=('file' 'libsndfile' 'gsm' 'speex' 'qt5-declarative' 'ccrtp' 'ilbc' 'libzrtpcpp' 'alsa-lib' 'flex' 'bison')
makedepends=('pkg-config' 'boost' 'cmake' 'git' 'qt5-tools')
source=("git+https://github.com/LubosD/$_pkgname.git#tag=v${pkgver}")
md5sums=('SKIP')