summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWil Thomason2019-09-11 14:32:53 -0400
committerWil Thomason2019-09-11 14:32:53 -0400
commite2a23f0432ef1157ecb049ce5e27e9a79dc5bb89 (patch)
treee93d149129825e35b62499795c8808ca346ae5fc /PKGBUILD
parentdf22baa76961b1566766f0a8e737b68a30528fd7 (diff)
downloadaur-e2a23f0432ef1157ecb049ce5e27e9a79dc5bb89.tar.gz
Update to v0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b7f444e5686..9396e2d888e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase='python-fire'
pkgbase='python-fire'
pkgname=('python-fire' 'python2-fire')
-pkgver='0.2.0'
+pkgver='0.2.1'
pkgrel=1
pkgdesc='Python Fire is a library for automatically generating command line interfaces (CLIs) from
absolutely any Python object.'
@@ -13,7 +13,7 @@ license=('Apache-2.0')
depends=('python' 'python2' 'python-termcolor' 'python2-termcolor')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/google/python-fire/archive/v${pkgver}.tar.gz")
-sha256sums=('075d78ddc720ca88b9097b3dd17907ceb68649005f1bcbd40ff52c44ff70bb41')
+sha256sums=('c907e7d985d2796cc1411b21b91ed4e3b5a032dab7cbb4015469ba7300c316d8')
package_python-fire() {
cd "${srcdir}/${_pkgbase}-${pkgver}"