diff options
author | BioArchLinuxBot | 2025-04-27 13:27:56 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-04-27 13:27:56 +0000 |
commit | 338d43739e0992e1e7749a33d1b4ee92edffd892 (patch) | |
tree | 9f25f0abc097660debe3911fd44a9b4de737369e | |
parent | 359b2c85ed55df6d8f002da86a4d498a370e467a (diff) | |
download | aur-r-rarevariantvis.tar.gz |
[lilac] updated to 2.36.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.34.0 + pkgver = 2.36.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.34.0.tar.gz - sha256sums = f4fed68080609a7f880a6268e3624946061db6986a4eb3d2df9f4d08cdd40425 + source = https://bioconductor.org/packages/release/bioc/src/contrib/RareVariantVis_2.36.0.tar.gz + sha256sums = e31c5c2d8bbfcccb305db7341e9b499b3e33fe6d16368d623ad50b9a135196f9 pkgname = r-rarevariantvis @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=RareVariantVis -_pkgver=2.34.0 +_pkgver=2.36.0 pkgname=r-${_pkgname,,} -pkgver=2.34.0 +pkgver=2.36.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=('f4fed68080609a7f880a6268e3624946061db6986a4eb3d2df9f4d08cdd40425') +sha256sums=('e31c5c2d8bbfcccb305db7341e9b499b3e33fe6d16368d623ad50b9a135196f9') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |