summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-12-18 15:52:53 +0000
committerBioArchLinuxBot2024-12-18 15:52:53 +0000
commit359b2c85ed55df6d8f002da86a4d498a370e467a (patch)
tree4ed56357957e75cc0ad826867a3c818bae7ec624
parentd7c9c6e0cb12c12d8d10a6af2456795217da0fa1 (diff)
downloadaur-r-rarevariantvis.tar.gz
[lilac] updated to 2.34.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e2ad561ceb0..6f469b698ff0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rarevariantvis
pkgdesc = A suite for analysis of rare genomic variants in whole genome sequencing data
- pkgver = 2.32.0
+ pkgver = 2.34.0
pkgrel = 1
url = https://bioconductor.org/packages/RareVariantVis
arch = any
@@ -22,7 +22,7 @@ pkgbase = r-rarevariantvis
depends = r-txdb.hsapiens.ucsc.hg19.knowngene
depends = r-variantannotation
optdepends = r-knitr
- source = https://bioconductor.org/packages/release/bioc/src/contrib/RareVariantVis_2.32.0.tar.gz
- sha256sums = 368ae2e1b465e81b2cfd9c6db277e3665ee68f603956f11e1b4d86fefde15123
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/RareVariantVis_2.34.0.tar.gz
+ sha256sums = f4fed68080609a7f880a6268e3624946061db6986a4eb3d2df9f4d08cdd40425
pkgname = r-rarevariantvis
diff --git a/PKGBUILD b/PKGBUILD
index f6d122d70041..819d0ae29461 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RareVariantVis
-_pkgver=2.32.0
+_pkgver=2.34.0
pkgname=r-${_pkgname,,}
-pkgver=2.32.0
+pkgver=2.34.0
pkgrel=1
pkgdesc='A suite for analysis of rare genomic variants in whole genome sequencing data'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-knitr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('368ae2e1b465e81b2cfd9c6db277e3665ee68f603956f11e1b4d86fefde15123')
+sha256sums=('f4fed68080609a7f880a6268e3624946061db6986a4eb3d2df9f4d08cdd40425')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"