summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaarten van Gompel2017-01-09 10:13:06 +0100
committerMaarten van Gompel2017-01-09 10:13:06 +0100
commitbfb2093fee90970f63222407b646b67a55f5fa99 (patch)
treea92a6691e6f6e776797debdc1bd57ae51e61500c /PKGBUILD
parent1871f54d94cdc89ba706c5a6a900aa1954de6653 (diff)
downloadaur-bfb2093fee90970f63222407b646b67a55f5fa99.tar.gz
updated for 0.13.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b03794725d89..3ab140b0e440 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgbase=gensim
pkgbase=python-gensim
pkgname=('python-gensim' 'python2-gensim')
-pkgver=0.12.1
+pkgver=0.13.4.1
pkgrel=1
pkgdesc="Python framework for fast Vector Space Modelling"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ 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=("http://pypi.python.org/packages/source/g/$_pkgbase/$_pkgbase-${pkgver//_/-}.tar.gz")
-md5sums=('66c279a2b00de4b3da9e64d4d2e846a7')
+md5sums=('baa36f0b845162abeadd1bb66511a53c')
prepare() {