summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWil Thomason2019-07-29 13:43:46 -0400
committerWil Thomason2019-07-29 13:43:46 -0400
commitdf22baa76961b1566766f0a8e737b68a30528fd7 (patch)
tree8a10fd078f519d45d0d562fc841c95b0c3e5d18b
parent377fdcfcc430324ebe1cf871e4c300757c4f2dbf (diff)
downloadaur-df22baa76961b1566766f0a8e737b68a30528fd7.tar.gz
Update to v0.2.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b56aa05897fa..bf097e19baeb 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.3
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/google/python-fire
arch = any
@@ -8,8 +8,11 @@ pkgbase = python-fire
makedepends = python-setuptools
makedepends = python2-setuptools
depends = python
- source = https://github.com/google/python-fire/archive/v0.1.3.tar.gz
- sha256sums = fee9af0fde77bced1d518fccae6261ffea06f789bb374ba54eea61266800906a
+ depends = python2
+ depends = python-termcolor
+ depends = python2-termcolor
+ source = https://github.com/google/python-fire/archive/v0.2.0.tar.gz
+ sha256sums = 075d78ddc720ca88b9097b3dd17907ceb68649005f1bcbd40ff52c44ff70bb41
pkgname = python-fire
diff --git a/PKGBUILD b/PKGBUILD
index d4974f358b4b..8b7f444e5686 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
_pkgbase='python-fire'
pkgbase='python-fire'
pkgname=('python-fire' 'python2-fire')
-pkgver='0.1.3'
+pkgver='0.2.0'
pkgrel=1
pkgdesc='Python Fire is a library for automatically generating command line interfaces (CLIs) from
absolutely any Python object.'
arch=('any')
url='https://github.com/google/python-fire'
license=('Apache-2.0')
-depends=('python')
+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=('fee9af0fde77bced1d518fccae6261ffea06f789bb374ba54eea61266800906a')
+sha256sums=('075d78ddc720ca88b9097b3dd17907ceb68649005f1bcbd40ff52c44ff70bb41')
package_python-fire() {
cd "${srcdir}/${_pkgbase}-${pkgver}"