diff options
author | BioArchLinuxBot | 2024-12-18 15:52:53 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-12-18 15:52:53 +0000 |
commit | 359b2c85ed55df6d8f002da86a4d498a370e467a (patch) | |
tree | 4ed56357957e75cc0ad826867a3c818bae7ec624 | |
parent | d7c9c6e0cb12c12d8d10a6af2456795217da0fa1 (diff) | |
download | aur-r-rarevariantvis.tar.gz |
[lilac] updated to 2.34.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-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 @@ -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}" |