r-motifmatchr: auto updated to 1.16.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-29 02:25:52 +00:00
parent 5ef3a7af30
commit c135e5971d

View file

@ -4,7 +4,7 @@
_pkgname=motifmatchr
_pkgver=1.16.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.16.0
pkgrel=1
pkgdesc='Fast Motif Matching in R'
arch=('x86_64')
@ -32,7 +32,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('ff3c379475040310f5be8ec97c319790e9ba15d2780764d90b3014db3e29f238')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"