summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Harley2019-02-04 21:53:01 +0100
committerOliver Harley2019-02-04 21:53:01 +0100
commite142b23a1a1212ffe5c858d78949257919a1a537 (patch)
tree1ac2bbea4e6f462868e93c8ad8febe1596d5b2d3 /PKGBUILD
parent9724e7bdc2ea60f703f02f8e04e8e21ee7c0471b (diff)
downloadaur-python-tensorflow-lucid.tar.gz
fix source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57af7022dd32..6dfbd7c3a666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
license=('Apache')
arch=('any')
-source=("$_module-$pkgver.tar.gz::https://files.pythonhosted.org/packages/py2.py3/${_name::1}/$_name/$_name-$pkgver-py2.py3-none-any.whl")
+source=("$_module-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_module::1}/${_module}/${_module}-${pkgver}.tar.gz")
md5sums=('d94daf5c7fc9472d284296ba842f4e1b')
build() {