r-celda: auto updated to 1.12.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-10 22:55:52 +00:00
parent 324c56826c
commit e9783ac24f

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=celda
_pkgver=1.10.0
_pkgver=1.12.0
pkgname=r-${_pkgname,,}
pkgver=1.10.0
pkgver=1.12.0
pkgrel=1
pkgdesc='CEllular Latent Dirichlet Allocation'
arch=('x86_64')
@ -56,7 +56,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('6b7173589b188647a5f1c1548bb5a1c17ed8028ea0dc3265365b5e03039c93e2')
sha256sums=('e36a313a8ecbead4159ae0a055efc8233bf814c529107038027715fdd42515e3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"