r-vidger: auto updated to 1.26.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-15 19:27:08 +00:00
parent c5eb010729
commit a0f1c33432

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=vidger
_pkgver=1.24.0
_pkgver=1.26.0
pkgname=r-${_pkgname,,}
pkgver=1.24.0
pkgver=1.26.0
pkgrel=1
pkgdesc='Create rapid visualizations of RNAseq data in R'
arch=('any')
@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('192bfd7c957e3fc76b7c9c38b2d699ad12b5ba97a80f6e783eced58afbd34dd1')
sha256sums=('1076eda067e60bb967a49e540a0c297761b1e96dafa80ebc61305c18b9424dd8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"