Date: Sunday, February 26, 2023 @ 14:39:25
Author: foxboron
Revision: 1405150
upgpkg: python-prompt_toolkit 3.0.37-1
Modified:
python-prompt_toolkit/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-26 14:32:50 UTC (rev 1405149)
+++ PKGBUILD 2023-02-26 14:39:25 UTC (rev 1405150)
@@ -4,7 +4,7 @@
pkgname=python-prompt_toolkit
_name=prompt_toolkit
-pkgver=3.0.36
+pkgver=3.0.37
pkgrel=1
pkgdesc="Library for building powerful interactive command lines in Python"
arch=('any')
@@ -16,7 +16,7 @@
license=('BSD')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('3e163f254bef5a03b146397d7c1963bd3e2812f0964bb9a24e6ec761fd28db63')
+sha256sums=('d5d73d4b5eb1a92ba884a88962b157f49b71e06c4348b417dd622b25cdd3800b')
build() {
cd "$_name-$pkgver"