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

Ionut Biru ibiru at archlinux.org
Thu Aug 5 17:03:11 UTC 2010


    Date: Thursday, August 5, 2010 @ 13:03:11
  Author: ibiru
Revision: 86847

upgpkg: farsight2 0.0.21-1 update to 0.0.21

Modified:
  farsight2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-05 17:01:10 UTC (rev 86846)
+++ PKGBUILD	2010-08-05 17:03:11 UTC (rev 86847)
@@ -3,18 +3,18 @@
 # Contributor: William Díaz <wdiaz at archlinux.us>
 
 pkgname=farsight2
-pkgver=0.0.20
+pkgver=0.0.21
 pkgrel=1
 pkgdesc="Audio/Video conference software for Instant Messengers"
 arch=('i686' 'x86_64')
 url="http://farsight.freedesktop.org"
 license=('LGPL')
-depends=('libnice>=0.0.12' 'gstreamer0.10-base-plugins>=0.10.28' 'gstreamer0.10-python>=0.10.18' 'python>=2.6' 'pygobject>=2.16.0')
+depends=('libnice>=0.0.13' 'gstreamer0.10-base-plugins>=0.10.29' 'gstreamer0.10-python>=0.10.18' 'python>=2.6' 'pygobject>=2.21.3')
 optdepends=('gstreamer0.10-good: for RTP plugin'
             'gstreamer0.10-bad: for RTP plugin')
 options=('!libtool' '!emptydirs')
 source=(http://farsight.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d07628d9a06c4d6989189eec947e4923')
+md5sums=('5898612c389f3538a4160e677c03087a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -24,6 +24,6 @@
       --with-package-origin='http://archlinux.org' \
       --disable-static -disable-valgrind --disable-debug
 
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list