summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2017-11-05 17:48:30 +0100
committerÓscar García Amor2017-11-05 17:48:30 +0100
commitd2265c2588323f1f0824714b3d8545a3eac602b2 (patch)
treeb2003ee3cf6a2e9ef77bca62461685bf5bb2920b
parentb47301e4bed0792e7c2a30bb3e52471da79ce48a (diff)
downloadaur-d2265c2588323f1f0824714b3d8545a3eac602b2.tar.gz
Updated sha256sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60e26c62febc..6b58d4c3fbda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-sipsimple
pkgdesc = Python SDK for development of SIP end-points
pkgver = 3.1.1
- pkgrel = 1
+ pkgrel = 2
url = http://download.ag-projects.com/SipClient
arch = i686
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = python2-sipsimple
depends = ffmpeg
options = !makeflags
source = https://github.com/AGProjects/python-sipsimple/archive/release-3.1.1/python-sipsimple-3.1.1.tar.gz
- sha256sums = 58db6306425cf829672c69ad7bc1ae209a68c1fba818b7d896ec3f170e902647
+ sha256sums = b58936acc596761020d41a8b3e617a9240e74607d8f1d07d0e87cb28eebf206a
pkgname = python2-sipsimple
diff --git a/PKGBUILD b/PKGBUILD
index b08960c25a9d..a554f80d8946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=python-sipsimple
pkgname=python2-sipsimple
pkgver=3.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python SDK for development of SIP end-points"
license=('custom:MIT' 'LGPL')
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ depends=('alsa-lib' 'util-linux' 'python2-dateutil' 'cython2' 'python2-cjson' 'o
makedepends=('ffmpeg2.8')
options=('!makeflags')
source=("https://github.com/AGProjects/${_pkgname}/archive/release-${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('58db6306425cf829672c69ad7bc1ae209a68c1fba818b7d896ec3f170e902647')
+sha256sums=('b58936acc596761020d41a8b3e617a9240e74607d8f1d07d0e87cb28eebf206a')
build() {
cd "${srcdir}/${_pkgname}-release-${pkgver}"