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

Ionut Biru ibiru at archlinux.org
Wed Aug 18 15:21:36 UTC 2010


    Date: Wednesday, August 18, 2010 @ 11:21:35
  Author: ibiru
Revision: 87869

upgpkg: python-telepathy 0.15.18-2
python rebuild

Modified:
  python-telepathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-18 15:17:50 UTC (rev 87868)
+++ PKGBUILD	2010-08-18 15:21:35 UTC (rev 87869)
@@ -3,19 +3,19 @@
 # Contributor: Daniel Balieiro <daniel at balieiro.com>
 pkgname=python-telepathy
 pkgver=0.15.18
-pkgrel=1
+pkgrel=2
 pkgdesc="Python libraries for use in Telepathy clients and connection managers"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
 license=('LGPL')
 depends=('dbus-python')
 makedepends=('libxslt')
-source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-$pkgver.tar.gz)
+source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz)
 md5sums=('51da78a77681b0652d9b4ca941da0658')
 
 build() {
-    cd "$srcdir/telepathy-python-$pkgver"
+    cd "${srcdir}/telepathy-python-${pkgver}"
     ./configure --prefix=/usr
     make
-    make DESTDIR="$pkgdir" install
+    make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list