mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-htscluster: auto updated to 2.0.10-1
This commit is contained in:
parent
c955407f38
commit
aa5ee5d470
1 changed files with 4 additions and 4 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue