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

Andrea Scarpino andrea at archlinux.org
Thu Feb 23 01:25:42 UTC 2012


    Date: Wednesday, February 22, 2012 @ 20:25:42
  Author: andrea
Revision: 150808

upgpkg: ortp 0.20.0-1

Upstream release

Modified:
  ortp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-23 01:11:14 UTC (rev 150807)
+++ PKGBUILD	2012-02-23 01:25:42 UTC (rev 150808)
@@ -5,7 +5,7 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=ortp
-pkgver=0.18.0
+pkgver=0.20.0
 pkgrel=1
 pkgdesc="A Real-time Transport Protocol (RTP) library"
 arch=('i686' 'x86_64')
@@ -13,13 +13,12 @@
 license=('LGPL')
 depends=('glibc')
 options=('!libtool')
-#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz")
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('cc319356d2b548e5777feef90ae23bac')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('b3f2f02fc5b7ba7e294806c81d419f3c'
+         'c5d39f9ad14fe252db9a96f616308b0b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./autogen.sh
   ./configure --prefix=/usr
   make
 }




More information about the arch-commits mailing list