diff options
author | chrisjbillington | 2020-12-02 19:12:27 +1100 |
---|---|---|
committer | chrisjbillington | 2020-12-02 19:12:27 +1100 |
commit | 1586b719d7cc59798cbdd05efd45ec9890d6df63 (patch) | |
tree | c4839211d8204a83ecf1959360e8059fdd017e40 | |
parent | ffb40627c438147432bbadff476a80e1d5b724b2 (diff) | |
download | aur-1586b719d7cc59798cbdd05efd45ec9890d6df63.tar.gz |
1.8.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,14 +1,14 @@ pkgbase = python-questionary pkgdesc = Python library to build pretty command line user prompts - pkgver = 1.6.0 + pkgver = 1.8.1 pkgrel = 2 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.6.0.tar.gz - sha256sums = ec7a6f31096959b3080c4e041ad916773613d182eacf600506725a2fc578e28c + source = https://files.pythonhosted.org/packages/source/q/questionary/questionary-1.8.1.tar.gz + sha256sums = f2999f01735db77a80d6cb119766cb15b84c468cab325168941a3e0d91207437 pkgname = python-questionary @@ -1,7 +1,7 @@ # Maintainer: Chris Billington <chrisjbillington@gmail.com> pkgname=python-questionary _name=${pkgname#python-} -pkgver=1.6.0 +pkgver=1.8.1 pkgrel=2 pkgdesc="Python library to build pretty command line user prompts" license=("MIT") @@ -9,7 +9,7 @@ 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=('ec7a6f31096959b3080c4e041ad916773613d182eacf600506725a2fc578e28c') +sha256sums=('f2999f01735db77a80d6cb119766cb15b84c468cab325168941a3e0d91207437') arch=('any') build() { |