summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"