[arch-commits] Commit in telepathy-mission-control/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Wed Nov 17 16:36:43 UTC 2010


    Date: Wednesday, November 17, 2010 @ 11:36:42
  Author: ibiru
Revision: 99782

upgpkg: telepathy-mission-control 5.6.1-1
update to 5.6.1

Modified:
  telepathy-mission-control/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-17 15:56:59 UTC (rev 99781)
+++ PKGBUILD	2010-11-17 16:36:42 UTC (rev 99782)
@@ -4,23 +4,23 @@
 # Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
 # Contributor: Andreas Zwinkau <beza1e1 at web.de>
 pkgname=telepathy-mission-control
-pkgver=5.6.0
+pkgver=5.6.1
 pkgrel=1
 pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers."
 arch=('i686' 'x86_64')
 url="http://mission-control.sourceforge.net/"
 license=('LGPL2.1')
-depends=('telepathy-glib>=0.11.16' 'libgnome-keyring>=2.31.92')
-makedepends=('libxslt' 'python' 'gtk-doc')
+depends=('telepathy-glib>=0.12.4' 'libgnome-keyring>=2.32.0')
+makedepends=('libxslt' 'python2')
 options=('!libtool')
 source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
-md5sums=('597f693cd506c2a800153c36082b29cb')
+md5sums=('0627423bfdf1f5616a4250205ec35b70')
 
 build() {
     cd "$srcdir/$pkgname-$pkgver"
     ./configure --prefix=/usr \
     	--libexecdir=/usr/lib/telepathy \
 	--enable-gnome-keyring
-    make || return 1
-    make DESTDIR="$pkgdir" install || return 1
+    make
+    make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list