r-motifmatchr: auto updated to 1.18.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 03:43:48 +00:00
parent f92e88982d
commit 5aea405359

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=motifmatchr
_pkgver=1.16.0
_pkgver=1.18.0
pkgname=r-${_pkgname,,}
pkgver=1.16.0
pkgver=1.18.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=('ff3c379475040310f5be8ec97c319790e9ba15d2780764d90b3014db3e29f238')
sha256sums=('e8a07d39783a8a69c3a69803f5804326265377af6c03654bfe434cde2b0056eb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"