summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWil Thomason2021-01-26 20:00:27 -0500
committerWil Thomason2021-01-26 20:00:27 -0500
commite0634416fc493febc908f8f59e1cb257ed6c7b53 (patch)
treeac4dd4c346854e4681220358b262c510d1681cd4
parentae21f2cc225abf18c06cf8800b5e1ecd316d8d99 (diff)
downloadaur-python-fire.tar.gz
Update to v0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43e842a80d3c..d044e32af991 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fire
pkgdesc = Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
- pkgver = 0.3.1
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/google/python-fire
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-fire
makedepends = python-setuptools
depends = python
depends = python-termcolor
- source = https://github.com/google/python-fire/archive/v0.3.1.tar.gz
- sha256sums = b0728c4a59f48ff6d1a535ceff893ec1a79a7d68257fc0e6e3a40e1bef5773a0
+ source = https://github.com/google/python-fire/archive/v0.4.0.tar.gz
+ sha256sums = ea049aeec435e8630559b35d8bab949a1bb020ba0c1e92a039503b7d70ce0c47
pkgname = python-fire
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}"