summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5b2e75537d5..df76eaca5868 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-vcstool
pkgdesc = A version control system tool designed to make working with multiple repositories easier
- pkgver = 0.2.9
- pkgrel = 2
+ pkgver = 0.2.10
+ pkgrel = 1
url = https://github.com/dirk-thomas/vcstool
arch = any
license = Apache
@@ -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.9.tar.gz
- sha256sums = 96f2d5d3953b012b434a803c1a9b849511aaf7eaa227994225ded209c4b23927
+ source = https://github.com/dirk-thomas/vcstool/archive/0.2.10.tar.gz
+ sha256sums = 5740f6f40bab847d6a108eb29b6ef639d87ac86b9e6f321e52bd42adab4f745f
pkgname = python-vcstool
diff --git a/PKGBUILD b/PKGBUILD
index 4aba65126aa0..547cef1bb6c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python-vcstool')
-pkgver='0.2.9'
-pkgrel=2
+pkgver='0.2.10'
+pkgrel=1
pkgdesc='A version control system tool designed to make working with multiple repositories easier'
arch=('any')
url='https://github.com/dirk-thomas/vcstool'
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
conflicts=('python2-vcstool')
source=("https://github.com/dirk-thomas/vcstool/archive/${pkgver}.tar.gz")
-sha256sums=('96f2d5d3953b012b434a803c1a9b849511aaf7eaa227994225ded209c4b23927')
+sha256sums=('5740f6f40bab847d6a108eb29b6ef639d87ac86b9e6f321e52bd42adab4f745f')
_module='vcstool'