summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 07:45:38 +0000
committerBioArchLinuxBot2024-05-03 07:45:38 +0000
commit89566fbd23163ac2c2f6fc8ead770c389a9a3fa1 (patch)
tree90cefefbb80b98234abc4d917716397f694cfeab /PKGBUILD
parent655a4553182302821cd88b693f4fb9687447a39c (diff)
downloadaur-r-vplotr.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99326727667c..be03bd0a0c0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=VplotR
-_pkgver=1.12.1
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.1
+pkgver=1.14.0
pkgrel=1
pkgdesc='Set of tools to make V-plots and compute footprint profiles'
arch=('any')
@@ -34,7 +34,7 @@ optdepends=(
r-txdb.scerevisiae.ucsc.saccer3.sgdgene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('fb40bd7ceedf8e733a3a8105a6d69dff1ed19190c9688d590f49edc7676ccc74')
+sha256sums=('34824563a3ef9c599647fe67f0da023c8cda49d6db7548cb24238829a88be5b1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"