summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWil Thomason2021-01-26 20:00:27 -0500
committerWil Thomason2021-01-26 20:00:27 -0500
commite0634416fc493febc908f8f59e1cb257ed6c7b53 (patch)
treeac4dd4c346854e4681220358b262c510d1681cd4 /PKGBUILD
parentae21f2cc225abf18c06cf8800b5e1ecd316d8d99 (diff)
downloadaur-python-fire.tar.gz
Update to v0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2527cdbefe97..3e1695566d2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase='python-fire'
pkgbase='python-fire'
pkgname=('python-fire')
-pkgver='0.3.1'
+pkgver='0.4.0'
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' 'python-termcolor')
makedepends=('python-setuptools')
source=("https://github.com/google/python-fire/archive/v${pkgver}.tar.gz")
-sha256sums=('b0728c4a59f48ff6d1a535ceff893ec1a79a7d68257fc0e6e3a40e1bef5773a0')
+sha256sums=('ea049aeec435e8630559b35d8bab949a1bb020ba0c1e92a039503b7d70ce0c47')
package_python-fire() {
cd "${srcdir}/${_pkgbase}-${pkgver}"