summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2015-09-16 10:54:13 +0200
committerMaarten van Gompel2015-09-16 10:54:13 +0200
commit4f3ff95bef6d6c9e639763d4f43498184ca986aa (patch)
tree0cddc725db5c5ffe9b05ba48fa73da38f9b000a1 /PKGBUILD
parentdac4df6f02d82995b2162381b7a3c5cf4986ee63 (diff)
downloadaur-4f3ff95bef6d6c9e639763d4f43498184ca986aa.tar.gz
updated to 0.12.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acefd267b90d..b03794725d89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
_pkgbase=gensim
pkgbase=python-gensim
pkgname=('python-gensim' 'python2-gensim')
-pkgver=0.11.1_1
+pkgver=0.12.1
pkgrel=1
pkgdesc="Python framework for fast Vector Space Modelling"
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')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-scipy' 'python2-scipy' 'cython' 'cython2' 'python-six' 'python2-six')
source=("http://pypi.python.org/packages/source/g/$_pkgbase/$_pkgbase-${pkgver//_/-}.tar.gz")
-md5sums=('375c19503d92868b22b150062558cf31')
+md5sums=('66c279a2b00de4b3da9e64d4d2e846a7')
prepare() {