summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2016-09-14 22:25:03 -0400
committerGuillaume Horel2016-09-14 22:25:03 -0400
commitfdfbfe4c6b54da3dfffee41af5abd50a7790beb9 (patch)
tree4bd547f0e9d07b1ec5b36ccfe97a4606a4404a79
parent4c56389d8ba4890430115d0f1fd9167c828947f8 (diff)
downloadaur-fdfbfe4c6b54da3dfffee41af5abd50a7790beb9.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acff2c896993..c0ce64ffb54b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sofia-sip-bc
pkgdesc = An open-source SIP User-Agent library
- pkgver = 1.13.3
+ pkgver = 1.13.11bc
pkgrel = 1
url = http://sofia-sip.sourceforge.net
arch = i686
@@ -11,8 +11,8 @@ pkgbase = sofia-sip-bc
provides = sofia-sip
conflicts = sofia-sip
options = zipman
- source = git://git.linphone.org/sofia-sip.git#commit=e8521
- md5sums = SKIP
+ source = https://github.com/BelledonneCommunications/sofia-sip/archive/1.13.11bc.tar.gz
+ md5sums = 5a79be2baa08944da0eff6c759821e96
pkgname = sofia-sip-bc
diff --git a/PKGBUILD b/PKGBUILD
index 69d463c7f7f3..2dc6f7a30925 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Guillaume Horel <guillaume.horel@gmail.com>
_pkgname=sofia-sip
pkgname=sofia-sip-bc
-pkgver=1.13.3
+pkgver=1.13.11bc
pkgrel=1
pkgdesc="An open-source SIP User-Agent library"
arch=('i686' 'x86_64')
@@ -11,17 +11,17 @@ license=('LGPL')
depends=('glib2' 'openssl')
provides=('sofia-sip')
conflicts=('sofia-sip')
-source=("git://git.linphone.org/${_pkgname}.git#commit=e8521")
-md5sums=('SKIP')
+source=("https://github.com/BelledonneCommunications/sofia-sip/archive/$pkgver.tar.gz")
+md5sums=('5a79be2baa08944da0eff6c759821e96')
build() {
- cd "$_pkgname"
+ cd "$_pkgname-$pkgver"
./autogen.sh
./configure --prefix=/usr --with-openssl
make
}
package() {
- cd "$_pkgname"
+ cd "$_pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}