summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-02-03 15:52:10 -0800
committerKartik Mohta2019-02-03 15:52:10 -0800
commitb212fb04f39c8f06edcee61dbae77d7f651ee7cf (patch)
treeacda88a3a4d785756b37e5c3ab31495703601083
parent7cb94c6eaac8a75cc042fd826b8a9adb1f187b2e (diff)
downloadaur-b212fb04f39c8f06edcee61dbae77d7f651ee7cf.tar.gz
Revert "Update version"
This reverts commit 7cb94c6eaac8a75cc042fd826b8a9adb1f187b2e.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14d5abf9018a..a97404086c6f 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.38
+ pkgver = 0.1.37
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/58/6f/0ac5648e8a5a3e50ba74297c9af16416f6e679755654bde0b6dec824c414/vcstool-0.1.38-py3-none-any.whl
- md5sums = 53f790964bcd26f8eed31d8e5578a66b
+ source = https://files.pythonhosted.org/packages/source/v/vcstool/vcstool-0.1.37.tar.gz
+ md5sums = 9a1cd48707624744a42a3f9071d1b397
pkgname = python-vcstool
diff --git a/PKGBUILD b/PKGBUILD
index d665394f9c35..c40a613202bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-vcstool'
pkgname=('python-vcstool')
_module='vcstool'
-pkgver='0.1.38'
+pkgver='0.1.37'
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/58/6f/0ac5648e8a5a3e50ba74297c9af16416f6e679755654bde0b6dec824c414/vcstool-${pkgver}-py3-none-any.whl")
-md5sums=('53f790964bcd26f8eed31d8e5578a66b')
+source=("https://files.pythonhosted.org/packages/source/v/vcstool/vcstool-${pkgver}.tar.gz")
+md5sums=('9a1cd48707624744a42a3f9071d1b397')
build() {
cd "${srcdir}/${_module}-${pkgver}"