From 1427bbce8763e8a985cfcd41655d758d185f9f2b Mon Sep 17 00:00:00 2001 From: gnastyle Date: Tue, 22 Dec 2015 12:51:59 +0100 Subject: [PATCH] bcg729: update to 1.0.1 --- bcg729/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bcg729/PKGBUILD b/bcg729/PKGBUILD index 68ae7a615..c46c6bf34 100644 --- a/bcg729/PKGBUILD +++ b/bcg729/PKGBUILD @@ -1,18 +1,19 @@ # Arch contribution https://www.archlinux.org/packages/community/x86_64/bcg729/ pkgname=bcg729 -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="g729 codec" arch=('x86_64') url="http://www.linphone.org/eng/documentation/dev/bcg729.html" license=('GPL') depends=('mediastreamer') -source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz) -sha512sums=('015f18ce485e53f74879c762ed520ae37cdefcb18a445c3c00eae432b3506c41c8d13a68e2d70c9d134270269d92ed3ddb36026fc59c71de955ebac25fcbcebf') +source=("https://github.com/BelledonneCommunications/bcg729/archive/${pkgver}.tar.gz") +sha256sums=('20f04d1d45c62cb6c06df2177db0701f376940a55744386da3651104251fd5fc') build() { cd $pkgname-$pkgver + ./autogen.sh ./configure --prefix=/usr make }