mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/belle-sip to 1.6.1-1
This commit is contained in:
parent
ee46e4d9ab
commit
b7e258b33c
1 changed files with 5 additions and 6 deletions
|
@ -6,21 +6,20 @@
|
||||||
# - increase maximum allocation pool to 512MB to fix AArch64 build
|
# - increase maximum allocation pool to 512MB to fix AArch64 build
|
||||||
|
|
||||||
pkgname=belle-sip
|
pkgname=belle-sip
|
||||||
pkgver=1.5.0
|
pkgver=1.6.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A Voice-over-IP phone"
|
pkgdesc="A Voice-over-IP phone"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.linphone.org/index.php/eng"
|
url="https://github.com/BelledonneCommunications/belle-sip/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('libantlr3c' 'gcc-libs' 'mbedtls' 'bctoolbox')
|
depends=('libantlr3c' 'gcc-libs' 'mbedtls' 'bctoolbox')
|
||||||
makedepends=('java-runtime')
|
makedepends=('java-runtime')
|
||||||
options=('!emptydirs')
|
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"
|
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")
|
"antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true")
|
||||||
noextract=('antlr.jar')
|
noextract=('antlr.jar')
|
||||||
md5sums=('b1587edb9c082d0cc5a1299a489a4259'
|
sha256sums=('60ea452d21403f59dd78fce9f385de81666e14b6b5e2533505e635611479c52e'
|
||||||
'1b91dea1c7d480b3223f7c8a9aa0e172')
|
'9d3e866b610460664522520f73b81777b5626fb0a282a5952b9800b751550bf7')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue