[arch-commits] Commit in python-py_stringmatching/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Wed Jul 28 16:59:17 UTC 2021
Date: Wednesday, July 28, 2021 @ 16:59:17
Author: archange
Revision: 989023
Reproducibility rebuild
Modified:
python-py_stringmatching/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-28 16:59:11 UTC (rev 989022)
+++ PKGBUILD 2021-07-28 16:59:17 UTC (rev 989023)
@@ -3,7 +3,7 @@
_pkg=py_stringmatching
pkgname=python-${_pkg}
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="Comprehensive and scalable set of string tokenizers and similarity measures"
arch=(x86_64)
url="https://sites.google.com/site/anhaidgroup/projects/magellan/py_stringmatching"
@@ -30,6 +30,7 @@
package() {
cd ${_pkg}-${pkgver}
+ export PYTHONHASHSEED=0
python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
}
More information about the arch-commits
mailing list