diff options
author | BioArchLinuxBot | 2025-04-28 04:52:18 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-04-28 04:52:18 +0000 |
commit | f7a995e874e7e525fc4411f6f3d4ed7f3a3fe02a (patch) | |
tree | ab6e7641ec5f82ad6af6998a5b72d7e84ccc58ba | |
parent | cb7a4374be3a0cdf47d453561862dfa514fe6ebf (diff) | |
download | aur-r-vasp.tar.gz |
[lilac] updated to 1.20.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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}" |