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

Ionut Biru ibiru at archlinux.org
Fri Feb 11 19:22:51 UTC 2011


    Date: Friday, February 11, 2011 @ 14:22:50
  Author: ibiru
Revision: 109688

upgpkg: telepathy-glib 0.13.13-1
update to 0.13.13

Modified:
  telepathy-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-11 19:22:10 UTC (rev 109687)
+++ PKGBUILD	2011-02-11 19:22:50 UTC (rev 109688)
@@ -3,7 +3,7 @@
 # Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
 # Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
 pkgname=telepathy-glib
-pkgver=0.12.7
+pkgver=0.13.13
 pkgrel=1
 pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
 arch=('i686' 'x86_64')
@@ -11,16 +11,20 @@
 groups=('telepathy')
 license=('LGPL2.1')
 options=('!libtool')
-depends=('dbus-glib>=0.92')
+depends=('dbus-glib')
 makedepends=('libxslt' 'vala' 'gobject-introspection')
 source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('a3b5f526e2c831472395352685aba3fe')
+md5sums=('23ac4fe179b70b45032d519312d37030')
 
 build() {
-    cd ${srcdir}/${pkgname}-${pkgver}
+    cd "${srcdir}/${pkgname}-${pkgver}"
     ./configure --prefix=/usr \
         --enable-vala-bindings \
         --enable-static=no
     make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
     make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list