summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-03-02 21:19:57 -0800
committerKartik Mohta2019-03-02 21:19:57 -0800
commit7f40b19ccb4765e1996689bbbca06a1851e36ee1 (patch)
tree2f5b995aadb112eaa1c72a4259cb6d15434980ee
parentb212fb04f39c8f06edcee61dbae77d7f651ee7cf (diff)
downloadaur-7f40b19ccb4765e1996689bbbca06a1851e36ee1.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a97404086c6f..08e0f36fa51e 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.37
+ pkgver = 0.1.39
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/source/v/vcstool/vcstool-0.1.37.tar.gz
- md5sums = 9a1cd48707624744a42a3f9071d1b397
+ source = https://files.pythonhosted.org/packages/source/v/vcstool/vcstool-0.1.39.tar.gz
+ md5sums = 2af522d9422488fd912e2f4dd6c166db
pkgname = python-vcstool
diff --git a/PKGBUILD b/PKGBUILD
index c40a613202bc..50a00c0210b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-vcstool'
pkgname=('python-vcstool')
_module='vcstool'
-pkgver='0.1.37'
+pkgver='0.1.39'
pkgrel=1
pkgdesc="vcstool provides a command line tool to invoke vcs commands on multiple repositories."
url="https://github.com/dirk-thomas/vcstool"
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
license=('Apache')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/v/vcstool/vcstool-${pkgver}.tar.gz")
-md5sums=('9a1cd48707624744a42a3f9071d1b397')
+md5sums=('2af522d9422488fd912e2f4dd6c166db')
build() {
cd "${srcdir}/${_module}-${pkgver}"