summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-02-07 00:15:16 -0800
committerKartik Mohta2020-02-07 00:15:16 -0800
commit3b3d18d7e9a71bcd56332bf553b60393c326590f (patch)
tree3314f2d3bb98019654cd936ff52d852019efa6ac
parent7647507c09545d5ec056a5570d0abc3843c06634 (diff)
downloadaur-3b3d18d7e9a71bcd56332bf553b60393c326590f.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 82c7956b49cc..66e17b25bec9 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.4
+ pkgver = 0.2.6
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.4.tar.gz
- sha256sums = 6395aa136557c5c7fda2499241940e133e1f1ca8ca548a6cea65bf1b86cd2ddf
+ source = https://files.pythonhosted.org/packages/source/v/vcstool/vcstool-0.2.6.tar.gz
+ sha256sums = c5ae9f40d06b2c057d2e63c9e2a868213626a0d785c6ad69112314ca4704bf7e
pkgname = python-vcstool
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}"