summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2018-10-04 02:54:28 -0400
committerKartik Mohta2018-10-04 02:54:28 -0400
commit81611e956693fb7b528acf5cf88d1f91aebe2c13 (patch)
tree8e3bba24dc7e5f3e5c9c028eed4639fa4c2dcd85
parent55c74f2fef52c0e66b00241e5bfc7b6fc47b8627 (diff)
downloadaur-81611e956693fb7b528acf5cf88d1f91aebe2c13.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 36813f8e1448..a97404086c6f 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.36
+ pkgver = 0.1.37
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.36.tar.gz
- md5sums = a350277cfcfbbbd639ba2f7f09b0f86a
+ source = https://files.pythonhosted.org/packages/source/v/vcstool/vcstool-0.1.37.tar.gz
+ md5sums = 9a1cd48707624744a42a3f9071d1b397
pkgname = python-vcstool
diff --git a/PKGBUILD b/PKGBUILD
index 8fc701be1736..32a110d9d0a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-vcstool')
pkgname=('python-vcstool')
_module='vcstool'
-pkgver='0.1.36'
+pkgver='0.1.37'
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=('a350277cfcfbbbd639ba2f7f09b0f86a')
+md5sums=('9a1cd48707624744a42a3f9071d1b397')
build() {
cd "${srcdir}/${_module}-${pkgver}"