summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-02-03 13:50:25 -0800
committerKartik Mohta2019-02-03 13:50:25 -0800
commit7cb94c6eaac8a75cc042fd826b8a9adb1f187b2e (patch)
tree244f34515d9993fdc1bbce97bc1317d258fd9dd8
parentcaa171b5dcf46386266a815b20ebc22a8549f685 (diff)
downloadaur-7cb94c6eaac8a75cc042fd826b8a9adb1f187b2e.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 a97404086c6f..14d5abf9018a 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.1.37
+ pkgver = 0.1.38
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/source/v/vcstool/vcstool-0.1.37.tar.gz
- md5sums = 9a1cd48707624744a42a3f9071d1b397
+ source = https://files.pythonhosted.org/packages/58/6f/0ac5648e8a5a3e50ba74297c9af16416f6e679755654bde0b6dec824c414/vcstool-0.1.38-py3-none-any.whl
+ md5sums = 53f790964bcd26f8eed31d8e5578a66b
pkgname = python-vcstool
diff --git a/PKGBUILD b/PKGBUILD
index c40a613202bc..d665394f9c35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-vcstool'
pkgname=('python-vcstool')
_module='vcstool'
-pkgver='0.1.37'
+pkgver='0.1.38'
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/source/v/vcstool/vcstool-${pkgver}.tar.gz")
-md5sums=('9a1cd48707624744a42a3f9071d1b397')
+source=("https://files.pythonhosted.org/packages/58/6f/0ac5648e8a5a3e50ba74297c9af16416f6e679755654bde0b6dec824c414/vcstool-${pkgver}-py3-none-any.whl")
+md5sums=('53f790964bcd26f8eed31d8e5578a66b')
build() {
cd "${srcdir}/${_module}-${pkgver}"