r-htscluster: auto updated to 2.0.10-1

This commit is contained in:
BioArchLinuxBot 2022-08-24 18:02:23 +00:00
parent c955407f38
commit aa5ee5d470

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=HTSCluster
_pkgver=2.0.8
_pkgver=2.0.10
pkgname=r-${_pkgname,,}
pkgver=2.0.8
pkgrel=5
pkgver=2.0.10
pkgrel=1
pkgdesc='Clustering High-Throughput Transcriptome Sequencing (HTS) Data'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -20,7 +20,7 @@ optdepends=(
r-htsfilter
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('6f82fa50bd95620fe5dea7c66a1876a6fea0bd46bb3e1aa54806f5060d74cb72')
sha256sums=('36bdeea9074efa962622f6495f35442c51266a9e066ae856ec7fd2eab4239669')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"