mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-topicmodels: auto updated to 0.2.15-1
This commit is contained in:
parent
0687436ac3
commit
45c4f3ae21
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=topicmodels
|
||||
_pkgver=0.2-14
|
||||
_pkgver=0.2-15
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.2.14
|
||||
pkgrel=2
|
||||
pkgver=0.2.15
|
||||
pkgrel=1
|
||||
pkgdesc='Topic Models'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -25,7 +25,7 @@ optdepends=(
|
|||
r-snowballc
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('acd40ff8ea973692bd9e9acf175afc5c74ccf54b93297a0a054c15caa44b5cc9')
|
||||
sha256sums=('71b50f78e4d7b95b5c3663d766eb15ad2061cc49d58436dc3aa56960cdaf77d0')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue