makedeb


python3-inquirer 3.4.0-0


Collection of common interactive command line user interfaces, based on Inquirer.js

Click here to go back to the commit logs for python3-inquirer.

Commit:


Hash: ef74d932ce382c51ea3ef508744df8c722392e3d

Message: upd

Diff


diff --git a/.SRCINFO b/.SRCINFO
index a7ce2f2..574ade6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-inquirer
 	pkgdesc = Collection of common interactive command line user interfaces, based on Inquirer.js
-	pkgver = 3.1.3
+	pkgver = 3.2.4
 	pkgrel = 1
 	url = https://github.com/magmax/python-inquirer
 	arch = any
@@ -12,7 +12,7 @@ pkgbase = python-inquirer
 	depends = python-blessed
 	depends = python-editor
 	depends = python-readchar
-	source = python-inquirer-3.1.3.tar.gz::https://files.pythonhosted.org/packages/source/i/inquirer/inquirer-3.1.3.tar.gz
-	sha256sums = aac309406f5b49d4b8ab7c6872117f43bf082a552dc256aa16bc95e16bb58bec
+	source = python-inquirer-3.2.4.tar.gz::https://files.pythonhosted.org/packages/source/i/inquirer/inquirer-3.2.4.tar.gz
+	sha256sums = 33b09efc1b742b9d687b540296a8b6a3f773399673321fcc2ab0eb4c109bf9b5
 
 pkgname = python-inquirer
diff --git a/PKGBUILD b/PKGBUILD
index 61dccd2..2866708 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
+# Maintainer: gilcu3 < gilcu3 at gmail dot com >
+# Previous Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
 # Contributor: KokaKiwi <kokakiwi+aur@kokakiwi.net>
 
 pkgname=python-inquirer
 _pkg="${pkgname#python-}"
-pkgver=3.1.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc="Collection of common interactive command line user interfaces, based on Inquirer.js"
 arch=('any')
@@ -12,7 +13,7 @@ license=('MIT')
 depends=('python-blessed' 'python-editor' 'python-readchar')
 makedepends=('python-build' 'python-installer' 'python-poetry-core' 'python-wheel')
 source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/i/$_pkg/$_pkg-$pkgver.tar.gz")
-sha256sums=('aac309406f5b49d4b8ab7c6872117f43bf082a552dc256aa16bc95e16bb58bec')
+sha256sums=('33b09efc1b742b9d687b540296a8b6a3f773399673321fcc2ab0eb4c109bf9b5')
 
 build() {
 	cd "$_pkg-$pkgver"