diff options
-rw-r--r-- | community/py3-prompt_toolkit/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-prompt_toolkit/APKBUILD b/community/py3-prompt_toolkit/APKBUILD index fdc83951f2..24829fdb86 100644 --- a/community/py3-prompt_toolkit/APKBUILD +++ b/community/py3-prompt_toolkit/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Thomas Boerger <thomas@webhippie.de> pkgname=py3-prompt_toolkit _pkgname=prompt_toolkit -pkgver=2.0.9 -pkgrel=2 +pkgver=2.0.10 +pkgrel=0 pkgdesc="Library for building powerful interactive command lines in Python" url="https://pypi.python.org/pypi/prompt_toolkit" arch="noarch" @@ -28,4 +28,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="8fd0f8f2d05ba81dbdd02e2885652dc8d4e756d3cfc57646328c6ebc3e0e38242604cadc72c7f2479850800c8f0e9f555ffab33df3061800f9a99744d857afd3 prompt_toolkit-2.0.9.tar.gz" +sha512sums="b91292cf43607b3a7018ca29827f0aa9bc90efc064c68faffe02ad28e4bb60f45fc2d25bbfd9a40a383a815cb08596975f08237a498f94a5c088d56d3a0a9803 prompt_toolkit-2.0.10.tar.gz" |