summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"