summaryrefslogtreecommitdiff
path: root/community/python-levenshtein/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-levenshtein/PKGBUILD')
-rw-r--r--community/python-levenshtein/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python-levenshtein/PKGBUILD b/community/python-levenshtein/PKGBUILD
index b8af20113..f38df5c3f 100644
--- a/community/python-levenshtein/PKGBUILD
+++ b/community/python-levenshtein/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: PKGBUILD 104954 2014-01-28 15:04:34Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: shamrok <szamrok@gmail.com>
@@ -7,7 +7,7 @@
pkgbase=python-levenshtein
pkgname=(python-levenshtein python2-levenshtein)
pkgver=0.11.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python extension for computing string edit distances and similarities"
url="http://pypi.python.org/pypi/python-Levenshtein/"
license=("GPL")
@@ -26,14 +26,14 @@ package_python-levenshtein() {
depends=('python')
cd python-Levenshtein-$pkgver
- python setup.py build install --prefix=/usr --root="$pkgdir"
+ python setup.py build install -O1 --prefix=/usr --root="$pkgdir"
}
package_python2-levenshtein() {
depends=('python2')
cd python2-Levenshtein-$pkgver
- python2 setup.py build install --prefix=/usr --root="$pkgdir"
+ python2 setup.py build install -O1 --prefix=/usr --root="$pkgdir"
}
sha512sums=('335f29253ec7bba8d54881dfe093ac194626cdaad0cc6ed08327917d6187cdfe1fbb3d003744f991587f8dc800aa1d361e3aa0b276b31ecfe7a43d83ea0d660b')