summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-11-06 15:06:12 +0530
committerKartik Mohta2020-11-06 15:06:12 +0530
commita93a6b7f06a5d72b513a2f612d8c6d908d16bc5c (patch)
tree087f14a5a4b282776b86d12e0f2eda18bdee9cb6
parentd59f5b5f1619714c32bcdc088a21bfb78de4c13a (diff)
downloadaur-a93a6b7f06a5d72b513a2f612d8c6d908d16bc5c.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 07fa24a235df..1872f927ba7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-vcstool
pkgdesc = A version control system tool designed to make working with multiple repositories easier
- pkgver = 0.2.14
+ pkgver = 0.2.15
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://github.com/dirk-thomas/vcstool/archive/0.2.14.tar.gz
- sha256sums = 6a0ab0bf95e4e2bcd1a814f8a4356b2ac7ffa1e57a39b6799f88adfc666785e5
+ source = https://github.com/dirk-thomas/vcstool/archive/0.2.15.tar.gz
+ sha256sums = 3592b59f30a886c48cf220cd1c8f4664f3628f29cd0a385e5351f4dcc69bdb7c
pkgname = python-vcstool
diff --git a/PKGBUILD b/PKGBUILD
index a2db0ea2c03d..89f28eb2ed7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python-vcstool')
-pkgver='0.2.14'
+pkgver='0.2.15'
pkgrel=1
pkgdesc='A version control system tool designed to make working with multiple repositories easier'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
conflicts=('python2-vcstool')
source=("https://github.com/dirk-thomas/vcstool/archive/${pkgver}.tar.gz")
-sha256sums=('6a0ab0bf95e4e2bcd1a814f8a4356b2ac7ffa1e57a39b6799f88adfc666785e5')
+sha256sums=('3592b59f30a886c48cf220cd1c8f4664f3628f29cd0a385e5351f4dcc69bdb7c')
_module='vcstool'