Date: Thursday, November 3, 2022 @ 20:37:04
Author: foxboron
Revision: 1341715
upgpkg: python-prompt_toolkit 3.0.32-1
Modified:
python-prompt_toolkit/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-03 20:34:54 UTC (rev 1341714)
+++ PKGBUILD 2022-11-03 20:37:04 UTC (rev 1341715)
@@ -4,7 +4,7 @@
pkgname=python-prompt_toolkit
_name=prompt_toolkit
-pkgver=3.0.31
+pkgver=3.0.32
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=('9ada952c9d1787f52ff6d5f3484d0b4df8952787c087edf6a1f7c2cb1ea88148')
+sha256sums=('e7f2129cba4ff3b3656bbdda0e74ee00d2f874a8bcdb9dd16f5fec7b3e173cae')
build() {
cd "$_name-$pkgver"