summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-08-08 14:38:16 -0700
committerKartik Mohta2020-08-08 14:38:16 -0700
commitd59f5b5f1619714c32bcdc088a21bfb78de4c13a (patch)
tree2e6c977959e08f7f5c8c06eb76da0a3a87a0bdf2
parentdb009c092c6cc8ce27260b8ab96ecf4b97c10103 (diff)
downloadaur-d59f5b5f1619714c32bcdc088a21bfb78de4c13a.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 ce2664281324..07fa24a235df 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.13
+ pkgver = 0.2.14
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.13.tar.gz
- sha256sums = 6363747d1ae17747ddb8a0ee448e344439adbfed968fa8bebc1acac817ea162a
+ source = https://github.com/dirk-thomas/vcstool/archive/0.2.14.tar.gz
+ sha256sums = 6a0ab0bf95e4e2bcd1a814f8a4356b2ac7ffa1e57a39b6799f88adfc666785e5
pkgname = python-vcstool
diff --git a/PKGBUILD b/PKGBUILD
index 05c1d4b8f6db..a2db0ea2c03d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python-vcstool')
-pkgver='0.2.13'
+pkgver='0.2.14'
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=('6363747d1ae17747ddb8a0ee448e344439adbfed968fa8bebc1acac817ea162a')
+sha256sums=('6a0ab0bf95e4e2bcd1a814f8a4356b2ac7ffa1e57a39b6799f88adfc666785e5')
_module='vcstool'