summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-05-26 10:39:53 -0700
committerKartik Mohta2020-05-26 10:39:53 -0700
commit8ac850e737575c079de39456256e2cdc85d00124 (patch)
treec3be2c0e3f0eedb8b2edb2051787f0a7340d62ad
parentfc8479c2aa56ca16132c00b6e0ac4dbcbb02cf3c (diff)
downloadaur-8ac850e737575c079de39456256e2cdc85d00124.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 4206cf3e70da..aad7a4cb6eb8 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.8
+ pkgver = 0.2.9
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.8.tar.gz
- sha256sums = 9a6cd371a0ebd3ea3928a2171f150683a7195cd21e5f4d855ef4bff156fe8c0f
+ source = https://files.pythonhosted.org/packages/source/v/vcstool/vcstool-0.2.9.tar.gz
+ sha256sums = 4add62ef4908fadbff192219f88e0f159c637d3650097022d7e6480d449060d1
pkgname = python-vcstool
diff --git a/PKGBUILD b/PKGBUILD
index 4e5464890c75..862ffb9345c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-vcstool'
pkgname=('python-vcstool')
_module='vcstool'
-pkgver='0.2.8'
+pkgver='0.2.9'
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=('9a6cd371a0ebd3ea3928a2171f150683a7195cd21e5f4d855ef4bff156fe8c0f')
+sha256sums=('4add62ef4908fadbff192219f88e0f159c637d3650097022d7e6480d449060d1')
build() {
cd "${srcdir}/${_module}-${pkgver}"