summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2018-12-06 15:34:50 +0100
committerGordian Edenhofer2018-12-06 15:34:50 +0100
commit7f445b3d46359838e68562c2fca695015c1b90f7 (patch)
tree7395fe122e6eb10bc06cb79923a4131c3a4ac296
parenta0df514433a11e09030ae50afe42603b9e36cef5 (diff)
downloadaur-7f445b3d46359838e68562c2fca695015c1b90f7.tar.gz
upgpkg: python-gensim 3.6.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75c84b3a4128..5434ba6fa200 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-gensim
pkgdesc = Library for topic modelling, document indexing and similarity retrieval with large corpora
- pkgver = 3.5.0
- pkgrel = 2
+ pkgver = 3.6.0
+ pkgrel = 1
url = https://radimrehurek.com/gensim/
arch = i686
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = python-gensim
makedepends = cython
makedepends = cython2
optdepends = python-pyro: Usage in a distributed environment
- source = python-gensim-3.5.0.tar.gz::https://github.com/RaRe-Technologies/gensim/archive/3.5.0.tar.gz
- sha512sums = ee1899a234e30981e8b2422a4a1461926fa8bf9e9f72075f38afdad4a1c0f0ef819d9e18f17ff679546acd696f852edaef3827a5c014dd3e664b42db24586f01
+ source = python-gensim-3.6.0.tar.gz::https://github.com/RaRe-Technologies/gensim/archive/3.6.0.tar.gz
+ sha512sums = 704bd9d473a40b68a9a62cf7b4694634093011f1dfa3d3d4b5fb7dc77a7334b7f5a5b9106a7bb2ebec791350e80ee42a2411ba6b868552353d49daeb6fc356e6
pkgname = python-gensim
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 1fb960fa47af..cfba5ef91b71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgbase=python-gensim
pkgname=('python-gensim' 'python2-gensim')
_pkgname=gensim
-pkgver=3.5.0
-pkgrel=2
+pkgver=3.6.0
+pkgrel=1
pkgdesc="Library for topic modelling, document indexing and similarity retrieval with large corpora"
arch=('i686' 'x86_64')
license=('LGPL2.1')
@@ -19,7 +19,7 @@ provides=("")
conflicts=("")
replaces=("")
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/RaRe-Technologies/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('ee1899a234e30981e8b2422a4a1461926fa8bf9e9f72075f38afdad4a1c0f0ef819d9e18f17ff679546acd696f852edaef3827a5c014dd3e664b42db24586f01')
+sha512sums=('704bd9d473a40b68a9a62cf7b4694634093011f1dfa3d3d4b5fb7dc77a7334b7f5a5b9106a7bb2ebec791350e80ee42a2411ba6b868552353d49daeb6fc356e6')
prepare() {
cp -a "${srcdir}/${_pkgname}-${pkgver}"{,-py2}