summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2020-02-07 00:15:16 -0800
committerKartik Mohta2020-02-07 00:15:16 -0800
commit3b3d18d7e9a71bcd56332bf553b60393c326590f (patch)
tree3314f2d3bb98019654cd936ff52d852019efa6ac /PKGBUILD
parent7647507c09545d5ec056a5570d0abc3843c06634 (diff)
downloadaur-3b3d18d7e9a71bcd56332bf553b60393c326590f.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20bc8ae613d7..861099b4efe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-vcstool'
pkgname=('python-vcstool')
_module='vcstool'
-pkgver='0.2.4'
+pkgver='0.2.6'
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=('6395aa136557c5c7fda2499241940e133e1f1ca8ca548a6cea65bf1b86cd2ddf')
+sha256sums=('c5ae9f40d06b2c057d2e63c9e2a868213626a0d785c6ad69112314ca4704bf7e')
build() {
cd "${srcdir}/${_module}-${pkgver}"