summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWil Thomason2017-05-23 00:42:08 -0400
committerWil Thomason2017-05-23 00:42:08 -0400
commit00e411bb55bf84843f97950e83b5ff02994c04fc (patch)
tree8a2fefe33cabe6495a883371391c6012a2888b0f
parent9ad50193d3ce491ce2413e9c28ad9443bfeb9ea0 (diff)
downloadaur-00e411bb55bf84843f97950e83b5ff02994c04fc.tar.gz
Update to v0.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 455a7b9e5c7e..2d02b4dc6716 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.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/google/python-fire
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-fire
makedepends = python-setuptools
makedepends = python2-setuptools
depends = python
- source = https://github.com/google/python-fire/archive/v0.1.0.tar.gz
- sha256sums = e938da9594dd7b468af19f6268f23060a4cf9a3186ecb0d48f25d2036365d896
+ source = https://github.com/google/python-fire/archive/v0.1.1.tar.gz
+ sha256sums = 8a0adccd9e8ac82b592f3b62d77d0c55e5e4c098b9deca433e254cca02627d84
pkgname = python-fire
diff --git a/PKGBUILD b/PKGBUILD
index 976f0fac4521..adcb494f4987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase='python-fire'
pkgbase='python-fire'
pkgname=('python-fire' 'python2-fire')
-pkgver='0.1.0'
+pkgver='0.1.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')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/google/python-fire/archive/v${pkgver}.tar.gz")
-sha256sums=('e938da9594dd7b468af19f6268f23060a4cf9a3186ecb0d48f25d2036365d896')
+sha256sums=('8a0adccd9e8ac82b592f3b62d77d0c55e5e4c098b9deca433e254cca02627d84')
package_python-fire() {
cd "${srcdir}/${_pkgbase}-${pkgver}"