summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-28 04:52:18 +0000
committerBioArchLinuxBot2025-04-28 04:52:18 +0000
commitf7a995e874e7e525fc4411f6f3d4ed7f3a3fe02a (patch)
treeab6e7641ec5f82ad6af6998a5b72d7e84ccc58ba
parentcb7a4374be3a0cdf47d453561862dfa514fe6ebf (diff)
downloadaur-r-vasp.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78dde5aa1c5c..73214c4e1221 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-vasp
pkgdesc = Quantification and Visualization of Variations of Splicing in Population
- pkgver = 1.18.0
+ pkgver = 1.20.0
pkgrel = 1
url = https://bioconductor.org/packages/VaSP
arch = any
@@ -16,7 +16,7 @@ pkgbase = r-vasp
depends = r-s4vectors
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/VaSP_1.18.0.tar.gz
- sha256sums = fca34407dd3ee790b9458706db4e1727cac66ab44692af8b261f46857f5a9b8f
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/VaSP_1.20.0.tar.gz
+ sha256sums = f6a5002d798b08ffb1fa49dd0fc4394ae1911c4885ef38c00947150e36b0f934
pkgname = r-vasp
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}"