r-vasp: auto updated to 1.18.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-15 20:28:04 +00:00
parent 043339d8ef
commit 0e165feab8

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=VaSP _pkgname=VaSP
_pkgver=1.16.0 _pkgver=1.18.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.16.0 pkgver=1.18.0
pkgrel=1 pkgrel=1
pkgdesc='Quantification and Visualization of Variations of Splicing in Population' pkgdesc='Quantification and Visualization of Variations of Splicing in Population'
arch=('any') arch=('any')
@ -25,7 +25,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=('64fc8e615dc049cbff7c8884de96c74ad19c9a8974300eded84d4911d9ab00be') sha256sums=('fca34407dd3ee790b9458706db4e1727cac66ab44692af8b261f46857f5a9b8f')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"