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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Sep 13 09:58:25 UTC 2014


    Date: Saturday, September 13, 2014 @ 11:58:25
  Author: bpiotrowski
Revision: 221548

upgpkg: python-telepathy 0.15.19-5

fix wrong mtime of pyc/pyo files

Modified:
  python-telepathy/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-13 09:56:38 UTC (rev 221547)
+++ PKGBUILD	2014-09-13 09:58:25 UTC (rev 221548)
@@ -4,7 +4,7 @@
 pkgbase=python-telepathy
 pkgname=('python2-telepathy')
 pkgver=0.15.19
-pkgrel=4
+pkgrel=5
 pkgdesc="Python libraries for use in Telepathy clients and connection managers"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
@@ -26,4 +26,5 @@
 package_python2-telepathy() {
     cd "${srcdir}/telepathy-python-${pkgver}"
     make DESTDIR="${pkgdir}" install
+    python2 -m compileall "${pkgdir}/usr/lib/python2.7/site-packages/telepathy/"
 }




More information about the arch-commits mailing list