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

Ionut Biru ibiru at archlinux.org
Tue Sep 21 18:15:22 UTC 2010


    Date: Tuesday, September 21, 2010 @ 14:15:22
  Author: ibiru
Revision: 91058

update to 0.12

Modified:
  telepathy-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-21 16:54:22 UTC (rev 91057)
+++ PKGBUILD	2010-09-21 18:15:22 UTC (rev 91058)
@@ -3,7 +3,7 @@
 # Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
 # Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
 pkgname=telepathy-glib
-pkgver=0.11.16
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
 arch=('i686' 'x86_64')
@@ -14,13 +14,13 @@
 depends=('dbus-glib>=0.86')
 makedepends=('libxslt' 'vala' 'gobject-introspection' 'gtk-doc')
 source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('52b5f8ebb941fc5f400382dd4b5fa061')
+md5sums=('97126148b42ac4ce5db1561156180a3e')
 
 build() {
     cd ${srcdir}/${pkgname}-${pkgver}
     ./configure --prefix=/usr \
         --enable-vala-bindings \
-        --enable-static=no \
+        --enable-static=no
     make
     make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list