summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2021-03-25 22:07:12 +0100
committerGordian Edenhofer2021-03-25 22:07:12 +0100
commit4ef4e9abfdfae65714b81bbe12ee6baa1ca33116 (patch)
tree30f3383ba086ed35d58dc20b49f8e6806f72a67a /PKGBUILD
parentd4192624aedcd120d85fc05bbc896579ba8976cb (diff)
downloadaur-4ef4e9abfdfae65714b81bbe12ee6baa1ca33116.tar.gz
upgpkg: python-gensim 4.0.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31dbbc8bbf12..230fbfc91dc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,17 @@
pkgname=python-gensim
_pkgname=gensim
-pkgver=3.8.3
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
pkgdesc="Library for topic modelling, document indexing and similarity retrieval with large corpora"
arch=('i686' 'x86_64')
license=('LGPL2.1')
url="https://radimrehurek.com/gensim/"
-depends=('python-numpy' 'python-scipy' 'python-six' 'python-smart_open')
+depends=('python-numpy' 'python-scipy' 'python-smart_open')
optdepends=("python-pyro: Usage in a distributed environment")
makedepends=('python-setuptools' 'python-wheel' 'cython')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/RaRe-Technologies/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('09a60a53aa1de2c9c23eeaae01503d6b3102d7db6c82a04cb995f1bcd41828692044dd94818175c178d7524bd95382fa9ebd234adc865a4da707519dd80b1109')
+sha512sums=('64bdee7d5f60b0cb158fbd628fd13cfa8f266da5b43202a4a179f778c1f93cfe35cb484c860e104f8b73f57bcd26052de136f180d5543a33134a5617d3cf6adf')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"