summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Nagie2016-06-02 13:35:01 +0200
committerMike Nagie2016-06-02 13:35:01 +0200
commitcbd19eb67fbfb30dc5f249515e003f012ccf7d70 (patch)
tree3148fe509db00a43864bfdedc97c5b5da3bf74e7
parent15b3181b7c754cd3df45f4c998200342ba02f2ff (diff)
downloadaur-cbd19eb67fbfb30dc5f249515e003f012ccf7d70.tar.gz
dependency update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d27b4928f074..0d511c25b690 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 = 1
+ pkgrel = 2
url = http://download.ag-projects.com/SipClient
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = python2-sipsimple
depends = python2-eventlib
depends = python2-msrplib
depends = python2-xcaplib
- depends = python-otr
+ depends = python2-otr-git
depends = python2-application
options = !makeflags
source = http://download.ag-projects.com/SipClient/python-sipsimple-3.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e04293d379b2..472b64e0d106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=python2-sipsimple
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
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'
- 'python2-dnspython' 'python2-eventlib' 'python2-msrplib' 'python2-xcaplib' 'python-otr' 'python2-application')
+ 'python2-dnspython' 'python2-eventlib' 'python2-msrplib' 'python2-xcaplib' 'python2-otr-git' 'python2-application')
makedepends=('cython2' 'subversion')
options=('!makeflags')
source=("http://download.ag-projects.com/SipClient/python-sipsimple-$pkgver.tar.gz")