r-bloodgen3module: auto updated to 1.6.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-03 08:22:57 +00:00
parent efca281194
commit e52e6e75e0

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BloodGen3Module
_pkgver=1.4.0
_pkgver=1.6.0
pkgname=r-${_pkgname,,}
pkgver=1.4.0
pkgrel=2
pkgver=1.6.0
pkgrel=1
pkgdesc='This R package for performing module repertoire analyses and generating fingerprint representations'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -33,7 +33,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('32701f4ff4418c9f083f8626310814868aae4182c09752f509e4b6fc97348bb6')
sha256sums=('6f141ef89ac2826d5984da032e59eabed4cf173a92187e11419d1a90bcf81d06')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"