summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2021-03-15 09:50:18 +1100
committerchrisjbillington2021-03-15 09:50:50 +1100
commit4c678e18b7a35bf2e1a54e10aba2a49f4cf38a26 (patch)
treecdb55b71ae299ac606bf06ed39120ebb8f893766
parent1586b719d7cc59798cbdd05efd45ec9890d6df63 (diff)
downloadaur-4c678e18b7a35bf2e1a54e10aba2a49f4cf38a26.tar.gz
1.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca7d83791634..22c401463ff1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-questionary
pkgdesc = Python library to build pretty command line user prompts
- pkgver = 1.8.1
- pkgrel = 2
+ pkgver = 1.9.0
+ pkgrel = 1
url = https://pypi.python.org/pypi/questionary
arch = any
license = MIT
makedepends = python-setuptools
depends = python-prompt_toolkit
- source = https://files.pythonhosted.org/packages/source/q/questionary/questionary-1.8.1.tar.gz
- sha256sums = f2999f01735db77a80d6cb119766cb15b84c468cab325168941a3e0d91207437
+ source = https://files.pythonhosted.org/packages/source/q/questionary/questionary-1.9.0.tar.gz
+ sha256sums = a050fdbb81406cddca679a6f492c6272da90cb09988963817828f697cf091c55
pkgname = python-questionary
diff --git a/PKGBUILD b/PKGBUILD
index a8e111474c99..ae3b9607ed15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chris Billington <chrisjbillington@gmail.com>
pkgname=python-questionary
_name=${pkgname#python-}
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
pkgdesc="Python library to build pretty command line user prompts"
license=("MIT")
url="https://pypi.python.org/pypi/$_name"
depends=('python-prompt_toolkit')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('f2999f01735db77a80d6cb119766cb15b84c468cab325168941a3e0d91207437')
+sha256sums=('a050fdbb81406cddca679a6f492c6272da90cb09988963817828f697cf091c55')
arch=('any')
build() {