summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"