summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 01:18:22 +0000
committerBioArchLinuxBot2024-05-02 01:18:22 +0000
commit7c94b29b1509fb7549897e237f57b00209db9e5a (patch)
tree707ffa7febd7ef4ffa7a6fa5d16efdba0bf54854
parentf15fedc1e9f49f0a339b4ca83bccdd301bb12515 (diff)
downloadaur-7c94b29b1509fb7549897e237f57b00209db9e5a.tar.gz
[lilac] updated to 3.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bd6d5eb87d8..9d4c4c116858 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-annotationhub
pkgdesc = Client to access AnnotationHub resources
- pkgver = 3.10.1
+ pkgver = 3.12.0
pkgrel = 1
url = https://bioconductor.org/packages/AnnotationHub
arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = r-annotationhub
optdepends = r-runit
optdepends = r-summarizedexperiment
optdepends = r-variantannotation
- source = https://bioconductor.org/packages/release/bioc/src/contrib/AnnotationHub_3.10.1.tar.gz
- sha256sums = dd974316cea658f5ad099d92fe2cdcb19e77edc11e19a11ce30bbdfac6296c8b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AnnotationHub_3.12.0.tar.gz
+ sha256sums = a138dc289305b598fa7c7ea732c1b5947a54bfd127fe7242b3da772147b042b5
pkgname = r-annotationhub
diff --git a/PKGBUILD b/PKGBUILD
index 471f00cc9c27..7b1d9f808e38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AnnotationHub
-_pkgver=3.10.1
+_pkgver=3.12.0
pkgname=r-${_pkgname,,}
-pkgver=3.10.1
+pkgver=3.12.0
pkgrel=1
pkgdesc='Client to access AnnotationHub resources'
arch=('x86_64')
@@ -52,7 +52,7 @@ optdepends=(
r-variantannotation
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('dd974316cea658f5ad099d92fe2cdcb19e77edc11e19a11ce30bbdfac6296c8b')
+sha256sums=('a138dc289305b598fa7c7ea732c1b5947a54bfd127fe7242b3da772147b042b5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"