summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 20:31:34 +0000
committerBioArchLinuxBot2022-11-03 20:31:34 +0000
commit83f9438708daee28e04d17e45e2d4d6d91896a55 (patch)
tree4424c7d22798134efdee742b8922f88ed517ab85
parente681fafe11108b3dc80008299f454bfbf1a071d9 (diff)
downloadaur-83f9438708daee28e04d17e45e2d4d6d91896a55.tar.gz
[lilac] updated to 2.26.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bebc75741f19..86e7dc0e9ef0 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.24.0
+ pkgver = 2.26.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.24.0.tar.gz
- sha256sums = e1ce40ce8341c40fc1b647e6c08faafd3824d276aaaf0df1a0106d1a1b45d954
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/RareVariantVis_2.26.0.tar.gz
+ sha256sums = 8952fbfa73dd663a723d332105b6a77e5c53509d0e72c50ea8518ead4fe17cae
pkgname = r-rarevariantvis
diff --git a/PKGBUILD b/PKGBUILD
index 9a992c455316..6adb37b3ac1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RareVariantVis
-_pkgver=2.24.0
+_pkgver=2.26.0
pkgname=r-${_pkgname,,}
-pkgver=2.24.0
+pkgver=2.26.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=('e1ce40ce8341c40fc1b647e6c08faafd3824d276aaaf0df1a0106d1a1b45d954')
+sha256sums=('8952fbfa73dd663a723d332105b6a77e5c53509d0e72c50ea8518ead4fe17cae')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"