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

Jelle van der Waa jelle at archlinux.org
Sun Jul 12 18:55:42 UTC 2015


    Date: Sunday, July 12, 2015 @ 20:55:42
  Author: jelle
Revision: 136738

Add optimize=1

Modified:
  python-hglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-12 18:53:52 UTC (rev 136737)
+++ PKGBUILD	2015-07-12 18:55:42 UTC (rev 136738)
@@ -20,7 +20,7 @@
   pkgdesc="python-hglib is a library with a fast, convenient interface to Mercurial. It uses Mercurial's command server for communication with hg."
   depends=('python' 'mercurial')
   cd "${srcdir}/${pkgbase}-${pkgver}-2"
-  python2 setup.py install --root=${pkgdir}
+  python2 setup.py install --root=${pkgdir} --optimize=1
 }
 
 package_python2-hglib() {
@@ -27,7 +27,7 @@
   pkgdesc="python2-hglib is a library with a fast, convenient interface to Mercurial. It uses Mercurial's command server for communication with hg."
   depends=('python2' 'mercurial')
   cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py install --root=${pkgdir}
+  python setup.py install --root=${pkgdir} --optimize=1
 }
 
 check() {



More information about the arch-commits mailing list