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

Ionut Biru ibiru at archlinux.org
Tue Jun 22 22:10:13 UTC 2010


    Date: Tuesday, June 22, 2010 @ 18:10:13
  Author: ibiru
Revision: 83775

upgpkg: telepathy-glib 0.10.7-1
update to 0.10.7

Modified:
  telepathy-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-22 20:44:21 UTC (rev 83774)
+++ PKGBUILD	2010-06-22 22:10:13 UTC (rev 83775)
@@ -3,7 +3,7 @@
 # Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
 # Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
 pkgname=telepathy-glib
-pkgver=0.10.6
+pkgver=0.10.7
 pkgrel=1
 pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
 arch=('i686' 'x86_64')
@@ -14,11 +14,11 @@
 depends=('dbus-glib>=0.86')
 makedepends=('libxslt')
 source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f1634ce6dd6ef8bd8aebfe73d06576995a1db10ce98bfe74e23acdb990640fa2')
+md5sums=('811c375416bc4f0fab4b870eb936ded4')
 
 build() {
     cd ${srcdir}/${pkgname}-${pkgver}
     ./configure --prefix=/usr
-    make || return 1
+    make
     make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list