r-fcscan: auto updated to 1.10.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 02:57:33 +00:00
parent 81c8c8accc
commit c802fed6f3

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=fcScan
_pkgver=1.8.0
_pkgver=1.10.0
pkgname=r-${_pkgname,,}
pkgver=1.8.0
pkgver=1.10.0
pkgrel=1
pkgdesc='fcScan for detecting clusters of coordinates with user defined options'
arch=('any')
@ -28,7 +28,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('6ddbf995c2475d5040391650f9d05fea3fffa818863f0ab4eb3d5582bd0a262c')
sha256sums=('f7cbb1934fdd6896f772dd37725a76038bb318d85ff7867edaa1f70eb88b677b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"