r-rfarm: auto updated to 1.8.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 06:14:16 +00:00
parent 274eedeaa2
commit 63b8876daa

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rfaRm
_pkgver=1.6.0
_pkgver=1.8.0
pkgname=r-${_pkgname,,}
pkgver=1.6.0
pkgver=1.8.0
pkgrel=1
pkgdesc='An R interface to the Rfam database'
arch=('any')
@ -31,7 +31,7 @@ optdepends=(
r-treeio
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('3ba7ffb5e7d30cc180460cfac48c1882233af9a5f3c8462439f594aeb41db724')
sha256sums=('10d6240361525ac3878957da20088202e36e9ae70b37e9bcaa3cdbc215bd3faf')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"