diff options
-rw-r--r-- | community/py3-jellyfish/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/py3-jellyfish/APKBUILD b/community/py3-jellyfish/APKBUILD index 79335d55fa..13fab6e1a9 100644 --- a/community/py3-jellyfish/APKBUILD +++ b/community/py3-jellyfish/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=py3-jellyfish _pkgname=jellyfish -pkgver=0.7.1 -pkgrel=1 +pkgver=0.7.2 +pkgrel=0 pkgdesc="Python library for approximate and phonetic string matching" url="https://github.com/jamesturk/jellyfish" arch="all" @@ -15,13 +15,11 @@ source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname builddir="$srcdir/$_pkgname-$pkgver" build() { - cd "$builddir" python3 setup.py build } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="c8464171cead812f6dab8c61c74d83afafbf6451e7143e5be74400dffcf895be925a3628ac4fff47467b6dbf70b6d068daaf1c141b1846e53d5d19bed1617ca0 jellyfish-0.7.1.tar.gz" +sha512sums="5fa19826a3adb16dea26855d733bd3e8ccce0c68652249f7bcc06f9b5d5ac36919152301c9afafdfca9877cef6614dccbe8e46a51ab41c1fed493374929c3367 jellyfish-0.7.2.tar.gz" |