r-muscle: auto updated to 3.36.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-13 19:49:38 +08:00
parent 23604f4bd1
commit 5feb9d5865

View file

@ -3,7 +3,7 @@
_pkgname=muscle
_pkgver=3.36.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=3.36.0
pkgrel=1
pkgdesc='Multiple Sequence Alignment with MUSCLE'
arch=('x86_64')
@ -14,7 +14,7 @@ depends=(
r-biostrings
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('60e7f3b8430a87402cfbff68935e6825bc966f21a185715206109801bc0a0828')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"