summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten van Gompel2017-01-09 10:17:50 +0100
committerMaarten van Gompel2017-01-09 10:17:50 +0100
commit59948e3beac61e6ed638abbaa0ffabd4870ab89d (patch)
tree5028402d7eb011af5dd9aec0ed4789958fd09e82
parentb4222dd78f6ed4a3a20112dd9b4c11077f2c4fc3 (diff)
downloadaur-59948e3beac61e6ed638abbaa0ffabd4870ab89d.tar.gz
fix pypi url
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e472ec61c03..b1dc5048422a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
url="http://nlp.fi.muni.cz/projekty/gensim/"
license=('LGPL')
makedepends=('python-setuptools' 'python2-setuptools' 'python-scipy' 'python2-scipy' 'cython' 'cython2' 'python-six' 'python2-six')
-source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/g/gensim/gensim-${pkgver}.tar.gz")
md5sums=('baa36f0b845162abeadd1bb66511a53c')