ortp: update to 1.0.1

This commit is contained in:
Jeff Huang 2017-03-16 13:09:36 +00:00
parent 729b88890d
commit 6b19498c85

View File

@ -1,14 +1,13 @@
pkgname=ortp pkgname=ortp
pkgver=0.25.0 pkgver=1.0.1
pkgrel=1 pkgrel=1
pkgdesc="A Real-time Transport Protocol (RTP) library" pkgdesc="A Real-time Transport Protocol (RTP) library"
arch=('x86_64') arch=('x86_64')
url="http://www.linphone.org/index.php/eng/code_review/ortp" url="http://www.linphone.org/index.php/eng/code_review/ortp"
license=('LGPL') license=('LGPL')
depends=('openssl') depends=('openssl' 'bctoolbox')
options=('!libtool')
source=("https://github.com/BelledonneCommunications/ortp/archive/${pkgver}.tar.gz") source=("https://github.com/BelledonneCommunications/ortp/archive/${pkgver}.tar.gz")
sha256sums=('cc76bf057b362332a0b3143d4d1fdf6d8651fb2f161f30b575071665e9dac231') sha256sums=('7baaaf82b86965e8b369ac1eede3d65c1c7223a9d8154fa85d61cedd3c577ce6')
build() { build() {
cd ${srcdir}/${pkgname}-${pkgver} cd ${srcdir}/${pkgname}-${pkgver}