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

Ionut Biru ibiru at archlinux.org
Thu Aug 5 17:10:35 UTC 2010


    Date: Thursday, August 5, 2010 @ 13:10:35
  Author: ibiru
Revision: 86852

upgpkg: python-telepathy 0.15.18-1 update to 0.15.18

Modified:
  python-telepathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-05 17:04:02 UTC (rev 86851)
+++ PKGBUILD	2010-08-05 17:10:35 UTC (rev 86852)
@@ -2,7 +2,7 @@
 # Maintainer:  Ionut Biru <ibiru at archlinux.org>
 # Contributor: Daniel Balieiro <daniel at balieiro.com>
 pkgname=python-telepathy
-pkgver=0.15.17
+pkgver=0.15.18
 pkgrel=1
 pkgdesc="Python libraries for use in Telepathy clients and connection managers"
 arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@
 depends=('dbus-python')
 makedepends=('libxslt')
 source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-$pkgver.tar.gz)
-sha256sums=('2e74bfd088e82d5858d1dbd7204ab3a4735935e2fcc87de1798761bc59c50c7b')
+md5sums=('51da78a77681b0652d9b4ca941da0658')
 
 build() {
     cd "$srcdir/telepathy-python-$pkgver"
     ./configure --prefix=/usr
-    make || return 1
-    make DESTDIR="$pkgdir" install || return 1
+    make
+    make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list