summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2020-12-04 20:55:31 +0100
committerGordian Edenhofer2020-12-04 20:55:31 +0100
commitd4192624aedcd120d85fc05bbc896579ba8976cb (patch)
tree3c0642ebc345b4a9d6f7e19ef33434c45f5b594e /PKGBUILD
parentd7b289bcf3d5a4b6c6f441c21575b6880d20425e (diff)
downloadaur-d4192624aedcd120d85fc05bbc896579ba8976cb.tar.gz
upgpkg: python-gensim 3.8.3-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 569f78dfab09..31dbbc8bbf12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
pkgname=python-gensim
_pkgname=gensim
pkgver=3.8.3
-pkgrel=1
+pkgrel=2
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')
optdepends=("python-pyro: Usage in a distributed environment")
-makedepends=('python-setuptools' 'cython')
+makedepends=('python-setuptools' 'python-wheel' 'cython')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/RaRe-Technologies/${_pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('09a60a53aa1de2c9c23eeaae01503d6b3102d7db6c82a04cb995f1bcd41828692044dd94818175c178d7524bd95382fa9ebd234adc865a4da707519dd80b1109')