Date: Monday, June 30, 2014 @ 07:29:22 Author: fyan Revision: 215639 upgpkg: python-fpconst 0.7.3-5
mtree rebuild Modified: python-fpconst/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-30 04:59:29 UTC (rev 215638) +++ PKGBUILD 2014-06-30 05:29:22 UTC (rev 215639) @@ -1,5 +1,6 @@ # $Id$ -# Maintainer : Ionut Biru <[email protected]> +# Maintainer: Felix Yan <[email protected]> +# Contributor: Ionut Biru <[email protected]> # Contributor: Anton Bazhenov <anton.bazhenov at gmail> # Contributor: Ryan Coyner <[email protected]> @@ -7,7 +8,7 @@ pkgname=python2-fpconst _pkgbasename=fpconst pkgver=0.7.3 -pkgrel=4 +pkgrel=5 pkgdesc="Utilities for handling IEEE 754 floating point special values" arch=('any') url="http://pypi.python.org/pypi/fpconst/" @@ -20,5 +21,5 @@ package_python2-fpconst() { cd "${srcdir}/${_pkgbasename}-${pkgver}" - python2 setup.py install --root="${pkgdir}" + python2 setup.py install -O1 --root="${pkgdir}" }
