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

Ionut Biru ibiru at archlinux.org
Wed Mar 7 14:40:16 UTC 2012


    Date: Wednesday, March 7, 2012 @ 09:40:15
  Author: ibiru
Revision: 152450

update to 0.17.5

Modified:
  telepathy-glib/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-07 09:21:06 UTC (rev 152449)
+++ PKGBUILD	2012-03-07 14:40:15 UTC (rev 152450)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
 
 pkgname=telepathy-glib
-pkgver=0.16.4
+pkgver=0.17.5
 pkgrel=1
 pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
 arch=('i686' 'x86_64')
@@ -13,11 +13,11 @@
 options=('!libtool' '!emptydirs')
 depends=('dbus-glib')
 makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('8335f83117323d2c1b8b012c233b7e4e')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('d436c47689f2709540d849cf5af5ed03')
 
 build() {
-    cd "$srcdir/$pkgname-$pkgver"
+    cd "$pkgname-$pkgver"
     PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
         --libexecdir=/usr/lib/telepathy \
         --enable-vala-bindings \
@@ -26,6 +26,6 @@
 }
 
 package() {
-    cd "$srcdir/$pkgname-$pkgver"
+    cd "$pkgname-$pkgver"
     make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list