summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralgebro2020-06-08 10:33:34 -0400
committeralgebro2020-06-08 10:33:34 -0400
commit203264b8af3555a0160b19da66a41a9d6343bdc8 (patch)
tree2a120c81144c478ddf2b3df607b984f510af42f1 /PKGBUILD
parent7e8b21d628bf3fd175ce4d7038ceeb3aaa72e87d (diff)
downloadaur-python-prompt_toolkit1.tar.gz
Bump to 1.0.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3af7dee2647d..98d899f6ffd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-prompt_toolkit1
_name=prompt_toolkit
-pkgver=1.0.15
-pkgrel=2
+pkgver=1.0.18
+pkgrel=1
pkgdesc="Library for building powerful interactive command lines in Python (1.x branch). Python 3 version from PyPi."
arch=('any')
depends=('python-pygments' 'python-six' 'python-wcwidth')
@@ -12,7 +12,7 @@ url="https://github.com/jonathanslenders/python-prompt-toolkit"
license=('BSD')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/p/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('858588f1983ca497f1cf4ffde01d978a3ea02b01c8a26a8bbc5cd2e66d816917')
+sha256sums=('dd4fca02c8069497ad931a2d09914c6b0d1b50151ce876bc15bde4c747090126')
prepare() {
cd "$srcdir"