r-dnabarcodes: auto updated to 1.26.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 01:04:40 +00:00
parent 5314ad37c0
commit 8232a2af2f

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DNABarcodes
_pkgver=1.24.0
_pkgver=1.26.0
pkgname=r-${_pkgname,,}
pkgver=1.24.0
pkgrel=2
pkgver=1.26.0
pkgrel=1
pkgdesc='A tool for creating and analysing DNA barcodes used in Next Generation Sequencing multiplexing experiments'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -20,7 +20,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('af73c60288596fad26e077a0d02c9db71f955997d6551a83b7b2a29051faca1f')
sha256sums=('867590e663f88db8f757b275f28cd5c75dc6e14eff1d91d7c83d43c9eea65858')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"