summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 23:59:24 +0000
committerBioArchLinuxBot2022-11-03 23:59:24 +0000
commit08bd5187ea570198b7ada655e1c31c9012ff2f9c (patch)
tree92f81b7d7e42ae4e66ff8d205a863232692143b7
parentb3ebd6cc71d2d8e96eb5992ff82bc6325ad68c7b (diff)
downloadaur-08bd5187ea570198b7ada655e1c31c9012ff2f9c.tar.gz
[lilac] updated to 1.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 ef16825fb5fa..f7a8829c8ed6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-variantfiltering
pkgdesc = Filtering of coding and non-coding genetic variants
- pkgver = 1.32.0
+ pkgver = 1.34.0
pkgrel = 1
url = https://bioconductor.org/packages/VariantFiltering
arch = x86_64
@@ -40,7 +40,7 @@ pkgbase = r-variantfiltering
optdepends = r-sift.hsapiens.dbsnp137
optdepends = r-snplocs.hsapiens.dbsnp144.grch37
optdepends = r-txdb.hsapiens.ucsc.hg19.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/VariantFiltering_1.32.0.tar.gz
- sha256sums = 68f6c040bbc4243d099cac3373398cb1907dd04da9bd8d17e841881931b258ae
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/VariantFiltering_1.34.0.tar.gz
+ sha256sums = 5e98d8a56795dcf99fc3ff830ea7c9e862b121b0f10e4a5735e928ca5e5a0d84
pkgname = r-variantfiltering
diff --git a/PKGBUILD b/PKGBUILD
index e760277ca04e..1adc2fb1ae58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=VariantFiltering
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.0
pkgrel=1
pkgdesc='Filtering of coding and non-coding genetic variants'
arch=('x86_64')
@@ -49,7 +49,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('68f6c040bbc4243d099cac3373398cb1907dd04da9bd8d17e841881931b258ae')
+sha256sums=('5e98d8a56795dcf99fc3ff830ea7c9e862b121b0f10e4a5735e928ca5e5a0d84')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"