r-orfhunter: auto updated to 1.2.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 09:11:38 +08:00
parent 92c39ba878
commit 44f3d82cee

View file

@ -3,7 +3,7 @@
_pkgname=ORFhunteR
_pkgver=1.2.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.2.0
pkgrel=1
pkgdesc='Predict open reading frames in nucleotide sequences'
arch=('x86_64')
@ -27,7 +27,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('86813cfd8a7a5425cf580a1d1ed28b285d20402a1acee12161c59a1de1c0774a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"