summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 18:57:55 +0000
committerBioArchLinuxBot2022-11-03 18:57:55 +0000
commitfa09bb371add1c25356e4af8087743bba58763ee (patch)
tree68a3ce06593ee28affe7fea845d5d65d9089757c
parentca7370c068b7e53bfc4f97f0a48a5ccbbaae1b3f (diff)
downloadaur-fa09bb371add1c25356e4af8087743bba58763ee.tar.gz
[lilac] updated to 1.44.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 683379d4fa61..446b1f6f743b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-variantannotation
pkgdesc = Annotation of Genetic Variants
- pkgver = 1.42.1
- pkgrel = 3
+ pkgver = 1.44.0
+ pkgrel = 1
url = https://bioconductor.org/packages/VariantAnnotation
arch = x86_64
license = Artistic2.0
@@ -35,7 +35,7 @@ pkgbase = r-variantannotation
optdepends = r-snplocs.hsapiens.dbsnp.20101109
optdepends = r-snpstats
optdepends = r-txdb.hsapiens.ucsc.hg19.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/VariantAnnotation_1.42.1.tar.gz
- sha256sums = e1b5d52ce3f50c480ccda5340cf9f22774b124b9923caf95a0c6af6bfa84a589
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/VariantAnnotation_1.44.0.tar.gz
+ sha256sums = 88b218ee6dbb96b6e4eaa0c2051b2b797e0c72482215d830575599cee4113523
pkgname = r-variantannotation
diff --git a/PKGBUILD b/PKGBUILD
index 76491e61f9cb..f12e9c1a429e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=VariantAnnotation
-_pkgver=1.42.1
+_pkgver=1.44.0
pkgname=r-${_pkgname,,}
-pkgver=1.42.1
-pkgrel=3
+pkgver=1.44.0
+pkgrel=1
pkgdesc='Annotation of Genetic Variants'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -45,7 +45,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e1b5d52ce3f50c480ccda5340cf9f22774b124b9923caf95a0c6af6bfa84a589')
+sha256sums=('88b218ee6dbb96b6e4eaa0c2051b2b797e0c72482215d830575599cee4113523')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"