r-ssviz: auto updated to 1.40.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 18:37:02 +00:00
parent 96044f9e84
commit 596c24c6fc

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ssviz
_pkgver=1.38.0
_pkgver=1.40.0
pkgname=r-${_pkgname,,}
pkgver=1.38.0
pkgver=1.40.0
pkgrel=1
pkgdesc='A small RNA-seq visualizer and analysis toolkit'
arch=('any')
@ -21,7 +21,7 @@ optdepends=(
r-knitr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('2b4f482e8c38f48a03d7a2bf62eadbb7c7fb8e77619d154915c9a1b20b81b254')
sha256sums=('3f93c9ecf215d8f36155e8168232a1c99064007a7932ef3fd7ca89887ecc7224')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"