diff --git a/community/py3-prompt_toolkit/APKBUILD b/community/py3-prompt_toolkit/APKBUILD index 27e017115a4707ea373a45e324b58c41622cac3b..7ea8125850b9aff62f5316fa9f24c5f3eda38302 100644 --- a/community/py3-prompt_toolkit/APKBUILD +++ b/community/py3-prompt_toolkit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Thomas Boerger <thomas@webhippie.de> pkgname=py3-prompt_toolkit _pkgname=prompt_toolkit -pkgver=3.0.5 +pkgver=3.0.8 pkgrel=0 pkgdesc="Library for building powerful interactive command lines in Python" url="https://pypi.python.org/pypi/prompt_toolkit" @@ -10,7 +10,7 @@ arch="noarch" license="BSD-3-Clause" depends="py3-six py3-wcwidth" makedepends="py3-setuptools" -source="https://files.pythonhosted.org/packages/source/p/${_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="fe6cfc7223529b77bdfa34dbebc8f5690ac6a1d0082cbf3f03f49598408bcff082697df1bd7ee427c796fe0c8d73126a965269e77ed0e6f1519b338b464995a7 prompt_toolkit-3.0.5.tar.gz" +sha512sums="6c721a7346daec16eb28d3727fb24ea6d5341e7c94081f9822f8337da379a8f576388457db23c9e040105d43563bbac5061b08a38dccc7f9c4420afd10141643 prompt_toolkit-3.0.8.tar.gz"