summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Nagie2016-06-02 14:39:17 +0200
committerMike Nagie2016-06-02 14:39:17 +0200
commitd9613fb02fac690d546f73a7f0e52bf65420cb07 (patch)
tree15d3a42f12b6bebdfb54c549d500e571fe10cb46
parent50d82bc786af0b576da33cc3777af81db891e893 (diff)
downloadaur-d9613fb02fac690d546f73a7f0e52bf65420cb07.tar.gz
dependency update 3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6379d40e9d26..ea495b8d560d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-sipsimple
pkgdesc = Python SDK for development of SIP end-points
pkgver = 3.0.0
- pkgrel = 3
+ pkgrel = 4
url = http://download.ag-projects.com/SipClient
arch = i686
arch = x86_64
@@ -18,7 +18,6 @@ pkgbase = python2-sipsimple
depends = python2-msrplib
depends = python2-xcaplib
depends = python2-otr-git
- depends = python2-application
options = !makeflags
source = http://download.ag-projects.com/SipClient/python-sipsimple-3.0.0.tar.gz
md5sums = e14cbb693ecef8fd5f719f8bb5df99be
diff --git a/PKGBUILD b/PKGBUILD
index e3c8102356c6..1df24a7c354d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=python2-sipsimple
pkgver=3.0.0
-pkgrel=3
+pkgrel=4
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' 'cython2' 'python2-cjson'
- 'python2-dnspython' 'python2-eventlib' 'python2-msrplib' 'python2-xcaplib' 'python2-otr-git' 'python2-application')
+ 'python2-dnspython' 'python2-eventlib' 'python2-msrplib' 'python2-xcaplib' 'python2-otr-git')
makedepends=('subversion')
options=('!makeflags')
source=("http://download.ag-projects.com/SipClient/python-sipsimple-$pkgver.tar.gz")