python-prompt-toolkit: Update to 2.0.9

This commit is contained in:
peterbudai@hotmail.com
2019-05-02 17:43:21 +02:00
parent b55af53945
commit 855ebd937a

View File

@@ -3,7 +3,7 @@
_realname=prompt_toolkit
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.0.8
pkgver=2.0.9
pkgrel=1
pkgdesc="Library for building powerful interactive command lines in Python (mingw-w64)"
url="https://github.com/jonathanslenders/python-prompt-toolkit"
@@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2-pygments"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python2-pytest"
"${MINGW_PACKAGE_PREFIX}-python3-pytest")
source=(python-prompt-toolkit-${pkgver}.tar.gz::https://github.com/jonathanslenders/python-prompt-toolkit/archive/${pkgver}.tar.gz)
sha256sums=('8df547c3ac53c082892a4e35668b0083b6d0ce1cac3988b4612df8c91672bdbd')
sha256sums=('d17db41ca4935285a30ca2bcfd8dd7f9a4254563b58fd02bf6f1b7885608b781')
prepare() {
cd "${srcdir}"