summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-06-27 23:06:53 -0700
committerKartik Mohta2019-06-27 23:06:53 -0700
commit45c661e5e22e2780199e248930c7b144db79bd88 (patch)
tree69a8044ad3b5fc895591575b95ff8873e4f8c50a
parentc0e88dbc926c8e42e4ee59d9da34301ba36048a5 (diff)
downloadaur-45c661e5e22e2780199e248930c7b144db79bd88.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3790f072cde6..c7245438365c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-vcstool
pkgdesc = vcstool provides a command line tool to invoke vcs commands on multiple repositories.
- pkgver = 0.1.40
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/dirk-thomas/vcstool
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-vcstool
depends = python
depends = python-yaml
conflicts = python2-vcstool
- source = https://files.pythonhosted.org/packages/be/ae/08ae71f2da950bf966ffa9829fdb43495e600a7b15c8c3ed4e6e4bf86412/vcstool-0.1.40.tar.gz
- md5sums = 506deebcc3e07467fdb95fa4c5ca122f
+ source = https://files.pythonhosted.org/packages/52/94/66ad79501f1d06dbd1a583d82dfa3b23674e2d311e05348cee6039635f27/vcstool-0.2.1.tar.gz
+ sha256sums = edf24d8a949c73b3c82342f7a10f738537b8b5fefa83205a2c459d8265ddc9b4
pkgname = python-vcstool
diff --git a/PKGBUILD b/PKGBUILD
index c32d55dd4a04..5887a80efa7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-vcstool'
pkgname=('python-vcstool')
_module='vcstool'
-pkgver='0.1.40'
+pkgver='0.2.1'
pkgrel=1
pkgdesc="vcstool provides a command line tool to invoke vcs commands on multiple repositories."
url="https://github.com/dirk-thomas/vcstool"
@@ -12,8 +12,8 @@ conflicts=('python2-vcstool')
makedepends=('python-setuptools')
license=('Apache')
arch=('any')
-source=("https://files.pythonhosted.org/packages/be/ae/08ae71f2da950bf966ffa9829fdb43495e600a7b15c8c3ed4e6e4bf86412/vcstool-0.1.40.tar.gz")
-md5sums=('506deebcc3e07467fdb95fa4c5ca122f')
+source=("https://files.pythonhosted.org/packages/52/94/66ad79501f1d06dbd1a583d82dfa3b23674e2d311e05348cee6039635f27/vcstool-0.2.1.tar.gz")
+sha256sums=('edf24d8a949c73b3c82342f7a10f738537b8b5fefa83205a2c459d8265ddc9b4')
build() {
cd "${srcdir}/${_module}-${pkgver}"