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

Ionut Biru ibiru at archlinux.org
Thu Feb 23 12:36:49 UTC 2012


    Date: Thursday, February 23, 2012 @ 07:36:49
  Author: ibiru
Revision: 150846

rebuild for signing

Modified:
  python-telepathy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-23 12:35:42 UTC (rev 150845)
+++ PKGBUILD	2012-02-23 12:36:49 UTC (rev 150846)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro <daniel at balieiro.com>
 pkgname=python-telepathy
 pkgver=0.15.19
-pkgrel=1
+pkgrel=2
 pkgdesc="Python libraries for use in Telepathy clients and connection managers"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
@@ -17,5 +17,9 @@
     cd "${srcdir}/telepathy-python-${pkgver}"
     ./configure --prefix=/usr
     make
+}
+
+package() {
+    cd "${srcdir}/telepathy-python-${pkgver}"
     make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list