summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 472b64e0d106..39e8966b794b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=python2-sipsimple
pkgver=3.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Python SDK for development of SIP end-points"
license=('custom:MIT' 'LGPL')
arch=('i686' 'x86_64')
url="http://download.ag-projects.com/SipClient"
-depends=('alsa-lib' 'util-linux' 'python2-dateutil'
+depends=('alsa-lib' 'util-linux' 'python2-dateutil' 'cython2' 'python2-cjson'
'python2-dnspython' 'python2-eventlib' 'python2-msrplib' 'python2-xcaplib' 'python2-otr-git' 'python2-application')
makedepends=('cython2' 'subversion')
options=('!makeflags')