r-xnastring: auto updated to 1.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 01:45:19 +00:00
parent 5318e14049
commit 8605313c89

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=XNAString
_pkgver=1.2.2
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=1.2.2
pkgrel=2
pkgver=1.4.0
pkgrel=1
pkgdesc='Efficient Manipulation of Modified Oligonucleotide Sequences'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('34a9502e86d99f889e133237c1879775a391f1a65f80dc927495c9d886158065')
sha256sums=('323cc0a9d7041cb952a04cdcd4c699e400a57385b42fbe95a53f0e1483b0c01f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"