summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWil Thomason2018-08-18 23:15:56 +0200
committerWil Thomason2018-08-18 23:15:56 +0200
commit377fdcfcc430324ebe1cf871e4c300757c4f2dbf (patch)
treea75297a7cc8a4f8f4d26676bc17b9d413862939c /PKGBUILD
parentcf6681796df31827f30a595187ee0ed5e363a2af (diff)
downloadaur-377fdcfcc430324ebe1cf871e4c300757c4f2dbf.tar.gz
Update version to 0.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11a7c8b550a2..d4974f358b4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase='python-fire'
pkgbase='python-fire'
pkgname=('python-fire' 'python2-fire')
-pkgver='0.1.2'
+pkgver='0.1.3'
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=('648715c17fd2e014399e498ac5941ef0b5b057696d38cfb9a31c2f6e9ac9639a')
+sha256sums=('fee9af0fde77bced1d518fccae6261ffea06f789bb374ba54eea61266800906a')
package_python-fire() {
cd "${srcdir}/${_pkgbase}-${pkgver}"