summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2021-09-14 07:57:59 +0530
committerKartik Mohta2021-09-14 07:57:59 +0530
commitff00240021b90dc7af0289bd9b4ee78f3ab880c4 (patch)
treefb6d5c160a3dbb330980d11298eba66cf9647b67
parenta93a6b7f06a5d72b513a2f612d8c6d908d16bc5c (diff)
downloadaur-ff00240021b90dc7af0289bd9b4ee78f3ab880c4.tar.gz
Update version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1872f927ba7b..d946dd4744ca 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.15
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/dirk-thomas/vcstool
arch = any
@@ -9,8 +9,7 @@ pkgbase = python-vcstool
depends = python
depends = python-yaml
conflicts = python2-vcstool
- source = https://github.com/dirk-thomas/vcstool/archive/0.2.15.tar.gz
- sha256sums = 3592b59f30a886c48cf220cd1c8f4664f3628f29cd0a385e5351f4dcc69bdb7c
+ source = https://github.com/dirk-thomas/vcstool/archive/0.3.0.tar.gz
+ sha256sums = 2b6e4a97454983166e9a5fe08aca41cd8b28288ef693b954bc0e8b8518eafd3b
pkgname = python-vcstool
-
diff --git a/PKGBUILD b/PKGBUILD
index 89f28eb2ed7a..c667ab204f37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python-vcstool')
-pkgver='0.2.15'
+pkgver='0.3.0'
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=('3592b59f30a886c48cf220cd1c8f4664f3628f29cd0a385e5351f4dcc69bdb7c')
+sha256sums=('2b6e4a97454983166e9a5fe08aca41cd8b28288ef693b954bc0e8b8518eafd3b')
_module='vcstool'