summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-05-15 13:35:21 -0700
committerKartik Mohta2020-05-15 13:35:21 -0700
commitfc8479c2aa56ca16132c00b6e0ac4dbcbb02cf3c (patch)
tree0a37721f085e78f889d260ca832d323810c83f4a
parentd54d039827d56d71b67c288f6e625652c8d29a8d (diff)
downloadaur-fc8479c2aa56ca16132c00b6e0ac4dbcbb02cf3c.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 5abc8c6d855b..4206cf3e70da 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.2.7
+ pkgver = 0.2.8
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.2.7.tar.gz
- sha256sums = 73b4f34e5cd14bfd52629216b70d3c411015f1c15bc9231b66a5401e56a508d7
+ source = https://files.pythonhosted.org/packages/source/v/vcstool/vcstool-0.2.8.tar.gz
+ sha256sums = 9a6cd371a0ebd3ea3928a2171f150683a7195cd21e5f4d855ef4bff156fe8c0f
pkgname = python-vcstool
diff --git a/PKGBUILD b/PKGBUILD
index 43d8018d7aff..4e5464890c75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-vcstool'
pkgname=('python-vcstool')
_module='vcstool'
-pkgver='0.2.7'
+pkgver='0.2.8'
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/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('73b4f34e5cd14bfd52629216b70d3c411015f1c15bc9231b66a5401e56a508d7')
+sha256sums=('9a6cd371a0ebd3ea3928a2171f150683a7195cd21e5f4d855ef4bff156fe8c0f')
build() {
cd "${srcdir}/${_module}-${pkgver}"