diff options
-rw-r--r-- | community/py3-prompt_toolkit/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py3-prompt_toolkit/APKBUILD b/community/py3-prompt_toolkit/APKBUILD index 8d4c7d04b8..27e017115a 100644 --- a/community/py3-prompt_toolkit/APKBUILD +++ b/community/py3-prompt_toolkit/APKBUILD @@ -2,15 +2,15 @@ # Maintainer: Thomas Boerger <thomas@webhippie.de> pkgname=py3-prompt_toolkit _pkgname=prompt_toolkit -pkgver=2.0.10 -pkgrel=1 +pkgver=3.0.5 +pkgrel=0 pkgdesc="Library for building powerful interactive command lines in Python" url="https://pypi.python.org/pypi/prompt_toolkit" arch="noarch" license="BSD-3-Clause" depends="py3-six py3-wcwidth" makedepends="py3-setuptools" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/p/${_pkgname}/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" replaces=py-prompt_toolkit # Backwards compatibility @@ -28,4 +28,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="b91292cf43607b3a7018ca29827f0aa9bc90efc064c68faffe02ad28e4bb60f45fc2d25bbfd9a40a383a815cb08596975f08237a498f94a5c088d56d3a0a9803 prompt_toolkit-2.0.10.tar.gz" +sha512sums="fe6cfc7223529b77bdfa34dbebc8f5690ac6a1d0082cbf3f03f49598408bcff082697df1bd7ee427c796fe0c8d73126a965269e77ed0e6f1519b338b464995a7 prompt_toolkit-3.0.5.tar.gz" |