r-seqpattern: auto updated to 1.28.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 06:08:28 +00:00
parent cd28741de9
commit 118b09555b

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=seqPattern
_pkgver=1.26.0
_pkgver=1.28.0
pkgname=r-${_pkgname,,}
pkgver=1.26.0
pkgrel=2
pkgver=1.28.0
pkgrel=1
pkgdesc='Visualising oligonucleotide patterns and motif occurrences across a set of sorted sequences'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -25,7 +25,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('ca8af760cc7949205696c0f41a2e62ebb97b80082759e97182897785cb2933d6')
sha256sums=('16f7b3bc96dc124e12bc96dcdd019446b5faf8b112618cd0adfd276a43a6395b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"