[arch-commits] Commit in libzrtpcpp/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Mon May 21 09:43:36 UTC 2012


    Date: Monday, May 21, 2012 @ 05:43:36
  Author: andrea
Revision: 159300

upgpkg: libzrtpcpp 2.1.2-1

Switch to sources hosted on git to fix linphone build (FS#29953)

Modified:
  libzrtpcpp/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-21 08:16:43 UTC (rev 159299)
+++ PKGBUILD	2012-05-21 09:43:36 UTC (rev 159300)
@@ -5,17 +5,16 @@
 # Contributor: Michel Brabants <michel.brabants at euphonynet.be>
 
 pkgname=libzrtpcpp
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
 pkgdesc="A C++ implementation of Phil Zimmermann's ZRTP specification"
 arch=('i686' 'x86_64')
 url='http://www.gnutelephony.org/index.php/GNU_ZRTP'
 license=('GPL3')
 depends=('ccrtp')
 makedepends=('cmake')
-source=("ftp://ftp.gnu.org/pub/gnu/ccrtp/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('dc1501e7e8a46a1608fc3820c7476727'
-         '7216f652aa2e080de114e02a85127dbc')
+source=("https://github.com/downloads/wernerd/ZRTPCPP/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('2f78cffbdb0f3e0ee92609fc01a1b6c5')
 
 build() {
   sed 's/lib64/lib/g' -i "${srcdir}"/${pkgname}-${pkgver}/CMakeLists.txt




More information about the arch-commits mailing list