summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-11-16 00:43:04 -0800
committerKartik Mohta2019-11-16 00:43:04 -0800
commit7647507c09545d5ec056a5570d0abc3843c06634 (patch)
tree8010eecf014e343ab399f9d65c6b82cf46329641
parent9ab40916b792b6aa9dfe933bf5b8743c60a4f10c (diff)
downloadaur-7647507c09545d5ec056a5570d0abc3843c06634.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b3d6ffdb210..82c7956b49cc 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.3
+ pkgver = 0.2.4
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/40/85/bdd3582a26b6da992eddee9688aea69799c7b06f1a58568065bb15e5e0a1/vcstool-0.2.3.tar.gz
- sha256sums = dffa38be6c5995f5366ecc54a196a574e495afc83f69e8bfb9196097ae04a7d7
+ source = https://files.pythonhosted.org/packages/source/v/vcstool/vcstool-0.2.4.tar.gz
+ sha256sums = 6395aa136557c5c7fda2499241940e133e1f1ca8ca548a6cea65bf1b86cd2ddf
pkgname = python-vcstool
diff --git a/PKGBUILD b/PKGBUILD
index ace833c56252..20bc8ae613d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-vcstool'
pkgname=('python-vcstool')
_module='vcstool'
-pkgver='0.2.3'
+pkgver='0.2.4'
pkgrel=1
pkgdesc="vcstool provides a command line tool to invoke vcs commands on multiple repositories."
url="https://github.com/dirk-thomas/vcstool"
@@ -12,8 +12,8 @@ conflicts=('python2-vcstool')
makedepends=('python-setuptools')
license=('Apache')
arch=('any')
-source=("https://files.pythonhosted.org/packages/40/85/bdd3582a26b6da992eddee9688aea69799c7b06f1a58568065bb15e5e0a1/vcstool-0.2.3.tar.gz")
-sha256sums=('dffa38be6c5995f5366ecc54a196a574e495afc83f69e8bfb9196097ae04a7d7')
+source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
+sha256sums=('6395aa136557c5c7fda2499241940e133e1f1ca8ca548a6cea65bf1b86cd2ddf')
build() {
cd "${srcdir}/${_module}-${pkgver}"