Date: Thursday, March 16, 2017 @ 11:28:23 Author: spupykin Revision: 216701
upgpkg: belle-sip 1.6.1-1 upd Modified: belle-sip/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-16 11:28:19 UTC (rev 216700) +++ PKGBUILD 2017-03-16 11:28:23 UTC (rev 216701) @@ -3,21 +3,20 @@ # Contributor: Darwin Bautista <[email protected]> pkgname=belle-sip -pkgver=1.5.0 -pkgrel=2 +pkgver=1.6.1 +pkgrel=1 pkgdesc="A Voice-over-IP phone" arch=('i686' 'x86_64') -url="http://www.linphone.org/index.php/eng" +url="https://github.com/BelledonneCommunications/belle-sip/" license=('GPL') depends=('libantlr3c' 'gcc-libs' 'mbedtls' 'bctoolbox') makedepends=('java-runtime') options=('!emptydirs') -#source=("http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz" source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/belle-sip/archive/$pkgver.tar.gz" "antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true") noextract=('antlr.jar') -md5sums=('b1587edb9c082d0cc5a1299a489a4259' - '1b91dea1c7d480b3223f7c8a9aa0e172') +sha256sums=('60ea452d21403f59dd78fce9f385de81666e14b6b5e2533505e635611479c52e' + '9d3e866b610460664522520f73b81777b5626fb0a282a5952b9800b751550bf7') prepare() { cd $pkgname-$pkgver
