From 6b5879526eaabdaa30a6fa1e752bd63cd07f45f4 Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Mon, 28 Dec 2020 03:52:27 -0300 Subject: [PATCH] community/py3-prompt_toolkit: upgrade to 3.0.8 --- community/py3-prompt_toolkit/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/py3-prompt_toolkit/APKBUILD b/community/py3-prompt_toolkit/APKBUILD index 27e017115a47..7ea8125850b9 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" -- GitLab