summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-04 09:14:39 +1100
committerPumpkinCheshire2020-12-04 09:14:39 +1100
commit592cadfe23198630f2e48914fc474a0a68227348 (patch)
tree64bc896094151a81df83eaa52752aaacaf6fb544
parentb11999f07b27f280c0b0c3290e9df9e96e252eab (diff)
downloadaur-592cadfe23198630f2e48914fc474a0a68227348.tar.gz
bump for python3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d82a89d5ad86..1ca3765d5ea0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-lda
pkgdesc = Topic modeling with latent Dirichlet allocation using Gibbs sampling
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lda-project/lda
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6a0e819db952..66cf65dd44e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-lda
_name=lda
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Topic modeling with latent Dirichlet allocation using Gibbs sampling"
arch=("i686" "x86_64")
url="https://github.com/lda-project/lda"