summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2017-05-10 09:32:42 +0200
committerÓscar García Amor2017-05-10 09:32:42 +0200
commitb47301e4bed0792e7c2a30bb3e52471da79ce48a (patch)
treea7b9b6a7e688e930e70231fec438b393fa414308
parent6fd324c7d0e51721bf8d39e0e744522ba76d727d (diff)
downloadaur-b47301e4bed0792e7c2a30bb3e52471da79ce48a.tar.gz
Updated to 3.1.1
- Removed subversion makedepends
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 527faf482099..60e26c62febc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python2-sipsimple
pkgdesc = Python SDK for development of SIP end-points
- pkgver = 3.1.0
- pkgrel = 2
+ pkgver = 3.1.1
+ pkgrel = 1
url = http://download.ag-projects.com/SipClient
arch = i686
arch = x86_64
license = custom:MIT
license = LGPL
- makedepends = subversion
makedepends = ffmpeg2.8
depends = alsa-lib
depends = util-linux
@@ -22,8 +21,8 @@ pkgbase = python2-sipsimple
depends = python2-otr-git
depends = ffmpeg
options = !makeflags
- source = https://github.com/AGProjects/python-sipsimple/archive/release-3.1.0/python-sipsimple-3.1.0.tar.gz
- sha256sums = 4cc33f5373f40148d0c07db6c43f6c9ec973593fada6a6082fea42d8326711c3
+ source = https://github.com/AGProjects/python-sipsimple/archive/release-3.1.1/python-sipsimple-3.1.1.tar.gz
+ sha256sums = 58db6306425cf829672c69ad7bc1ae209a68c1fba818b7d896ec3f170e902647
pkgname = python2-sipsimple
diff --git a/PKGBUILD b/PKGBUILD
index e4fdeb6d8163..b08960c25a9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,18 +6,18 @@
_pkgname=python-sipsimple
pkgname=python2-sipsimple
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
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' 'openssl-1.0'
'python2-dnspython' 'python2-eventlib' 'python2-msrplib' 'python2-xcaplib' 'python2-otr-git' 'ffmpeg')
-makedepends=('subversion' 'ffmpeg2.8')
+makedepends=('ffmpeg2.8')
options=('!makeflags')
source=("https://github.com/AGProjects/${_pkgname}/archive/release-${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('4cc33f5373f40148d0c07db6c43f6c9ec973593fada6a6082fea42d8326711c3')
+sha256sums=('58db6306425cf829672c69ad7bc1ae209a68c1fba818b7d896ec3f170e902647')
build() {
cd "${srcdir}/${_pkgname}-release-${pkgver}"