summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50f5a55a52df..83a2d789788a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-clize
pkgdesc = This decorator will turn your normal python functions into proper shell commands
pkgver = 2.4
- pkgrel = 2
+ pkgrel = 3
url = https://pypi.python.org/pypi/clize/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3f1692f6a559..3310dbbef43e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-clize
pkgver=2.4
-pkgrel=2
+pkgrel=3
pkgdesc="This decorator will turn your normal python functions into proper shell commands"
arch=('any')
url="https://pypi.python.org/pypi/clize/"
@@ -22,7 +22,7 @@ check() {
package() {
cd "$srcdir/clize-$pkgver"
- python setup.py install --root="${pkgdir}"
+ python setup.py install --root="${pkgdir}" --optimize=1
}
# vim:ts=2:sw=2:et: