r-debcam: auto updated to 1.14.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 06:50:44 +00:00
parent dbb4a1eb15
commit 1258235cbd

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=debCAM
_pkgver=1.12.0
_pkgver=1.14.0
pkgname=r-${_pkgname,,}
pkgver=1.12.0
pkgrel=2
pkgver=1.14.0
pkgrel=1
pkgdesc='Deconvolution by Convex Analysis of Mixtures'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('b9bcd86d990b045876e44650353f515887c4fae4d403e5f50f0793cc53160cdb')
sha256sums=('e7d9d720b919499b2670c9dcd35236b62cdc3c843b40f801ea16d13ee729dffa')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"