summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-28 04:52:18 +0000
committerBioArchLinuxBot2025-04-28 04:52:18 +0000
commitf7a995e874e7e525fc4411f6f3d4ed7f3a3fe02a (patch)
treeab6e7641ec5f82ad6af6998a5b72d7e84ccc58ba /PKGBUILD
parentcb7a4374be3a0cdf47d453561862dfa514fe6ebf (diff)
downloadaur-r-vasp.tar.gz
[lilac] updated to 1.20.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 719a215e0243..95b4f9b6e95c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=VaSP
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='Quantification and Visualization of Variations of Splicing in Population'
arch=('any')
@@ -25,7 +25,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('fca34407dd3ee790b9458706db4e1727cac66ab44692af8b261f46857f5a9b8f')
+sha256sums=('f6a5002d798b08ffb1fa49dd0fc4394ae1911c4885ef38c00947150e36b0f934')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"