Package Details: python-lda 2.0.0-2

Git Clone URL: https://aur.archlinux.org/python-lda.git (read-only, click to copy)
Package Base: python-lda
Description: Topic modeling with latent Dirichlet allocation using Gibbs sampling
Upstream URL: https://github.com/lda-project/lda
Licenses: custom:MPLv2
Submitter: wicast
Maintainer: PumpkinCheshire
Last Packager: PumpkinCheshire
Votes: 1
Popularity: 0.000000
First Submitted: 2016-04-24 11:40 (UTC)
Last Updated: 2020-12-03 22:14 (UTC)

Latest Comments

kaslusimoes commented on 2018-04-24 20:27 (UTC)

Here is the diff for the next version:

diff --git a/PKGBUILD b/PKGBUILD index [`9b2e7b5`](https://aur.archlinux.org/cgit/aur.git/commit/?h=python-lda&id=9b2e7b5)..7eb90bd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@   pkgname=python-lda  _name=lda -pkgver=1.0.3 -pkgrel=2 +pkgver=1.0.5 +pkgrel=1  pkgdesc="Topic modeling with latent Dirichlet allocation"  arch=("i686" "x86_64")  url="<https://github.com/ariddell/lda/>" @@ -11,7 +11,7 @@ license=(MPLv2)  depends=("python" "python-numpy" "python-pbr")  makedepends=("python-setuptools")  source=("<http://pypi.python.org/packages/source/l/>${_name}/${_name}-${pkgver}.tar.gz") -md5sums=("17efa4f18d1aa5b08997db709d7ab068") +sha256sums=("4e1c12e3b533a0acd7871fd35fddde3386820705016ef22a8fe8bbcae9c16d1b")   build() {      cd "${srcdir}/${_name}-${pkgver}"