summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-03-20 13:28:03 -0400
committerGuillaume Horel2017-03-20 13:28:03 -0400
commita650e097267ac47e9772a7ae6fd3d8993f04ad30 (patch)
treee2751d74eef3b8b200ff6e01a311b515e27abde7
parentfdfbfe4c6b54da3dfffee41af5abd50a7790beb9 (diff)
downloadaur-a650e097267ac47e9772a7ae6fd3d8993f04ad30.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 c0ce64ffb54b..b9c086cea20c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sofia-sip-bc
pkgdesc = An open-source SIP User-Agent library
- pkgver = 1.13.11bc
+ pkgver = 1.13.12bc
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 = https://github.com/BelledonneCommunications/sofia-sip/archive/1.13.11bc.tar.gz
- md5sums = 5a79be2baa08944da0eff6c759821e96
+ source = git+https://github.com/BelledonneCommunications/sofia-sip.git#commit=6c9540d48
+ sha256sums = SKIP
pkgname = sofia-sip-bc
diff --git a/PKGBUILD b/PKGBUILD
index 2dc6f7a30925..f9cd2e6da08e 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.11bc
+pkgver=1.13.12bc
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=("https://github.com/BelledonneCommunications/sofia-sip/archive/$pkgver.tar.gz")
-md5sums=('5a79be2baa08944da0eff6c759821e96')
+source=("git+https://github.com/BelledonneCommunications/sofia-sip.git#commit=6c9540d48")
+sha256sums=('SKIP')
build() {
- cd "$_pkgname-$pkgver"
+ cd "$_pkgname"
./autogen.sh
./configure --prefix=/usr --with-openssl
make
}
package() {
- cd "$_pkgname-$pkgver"
+ cd "$_pkgname"
make DESTDIR="$pkgdir" install
}