summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"