r-splots: auto updated to 1.62.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 01:05:26 +00:00
parent 658f3788d7
commit 5f7fb0c2d6

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=splots _pkgname=splots
_pkgver=1.60.0 _pkgver=1.62.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.60.0 pkgver=1.62.0
pkgrel=2 pkgrel=1
pkgdesc='Visualization of high-throughput assays in microtitre plate or slide format' pkgdesc='Visualization of high-throughput assays in microtitre plate or slide format'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -21,7 +21,7 @@ optdepends=(
r-rmarkdown r-rmarkdown
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('09bb11c0a91f16c2d83f5090cd7b52a9d01b0966d6310a8976eb557931d4e159') sha256sums=('d5dd41514aaeba73a1b655c6d12f3b3223e4956909a079243cfa83b40999b922')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"