Date: Friday, August 19, 2022 @ 07:49:08 Author: alucryd Revision: 1269540
upgpkg: python-jellyfish 0.9.1-1 Modified: python-jellyfish/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-19 07:48:56 UTC (rev 1269539) +++ PKGBUILD 2022-08-19 07:49:08 UTC (rev 1269540) @@ -2,8 +2,8 @@ # Contributor: Jelle van der Waa <[email protected]> pkgname=python-jellyfish -pkgver=0.9.0 -pkgrel=2 +pkgver=0.9.1 +pkgrel=1 pkgdesc='A python library for doing approximate and phonetic matching of strings' arch=(x86_64) url='https://github.com/jamesturk/jellyfish' @@ -13,7 +13,7 @@ git python-setuptools ) -_tag=4809892a28a0e96f6af982a6e119dca6e4994fb8 +_tag=f31b9bd8c06dd764023a8cf0a82319c0ce20a0bb source=( git+https://github.com/jamesturk/jellyfish.git#tag=${_tag} git+https://github.com/jamesturk/cjellyfish.git
