summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2015-11-05 20:53:13 -0500
committerGuillaume Horel2015-11-05 20:53:13 -0500
commit229b7e20d175a7258ff9bf5ffae2a8db0ac77931 (patch)
tree6d0d65587f20265b5e089e0d4eae4f8c3b331312
parent458a461e76116fc48673bbcb8db3d34c4a4511ca (diff)
downloadaur-229b7e20d175a7258ff9bf5ffae2a8db0ac77931.tar.gz
pin to a specific commit and version bump
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d5fe45e98b4..69d463c7f7f3 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
+pkgver=1.13.3
pkgrel=1
pkgdesc="An open-source SIP User-Agent library"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('LGPL')
depends=('glib2' 'openssl')
provides=('sofia-sip')
conflicts=('sofia-sip')
-source=("git://git.linphone.org/${_pkgname}.git")
+source=("git://git.linphone.org/${_pkgname}.git#commit=e8521")
md5sums=('SKIP')
build() {