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

Andrea Scarpino andrea at archlinux.org
Tue Mar 1 12:28:29 UTC 2011


    Date: Tuesday, March 1, 2011 @ 07:28:29
  Author: andrea
Revision: 111845

upgpkg: ortp 0.16.4-1
upstream release

Modified:
  ortp/trunk/PKGBUILD	(contents, properties)

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-01 12:17:40 UTC (rev 111844)
+++ PKGBUILD	2011-03-01 12:28:29 UTC (rev 111845)
@@ -1,10 +1,10 @@
-# $Id: $
+# $Id$
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=ortp
-pkgver=0.16.3
+pkgver=0.16.4
 pkgrel=1
 pkgdesc="A Real-time Transport Protocol (RTP) library"
 arch=('i686' 'x86_64')
@@ -13,15 +13,15 @@
 depends=('openssl')
 options=('!libtool')
 source=("http://ftp.cc.uoc.gr/mirrors/nongnu.org/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz")
-md5sums=('2b0281600cb958d1c94e318a86b62fe3')
+md5sums=('0f0f7acf7e62c0f5ade44f2915458a99')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }


Property changes on: ortp/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list