summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 03:46:58 +0000
committerBioArchLinuxBot2023-10-26 03:46:58 +0000
commit6f6a9aee565567ac1e751007271016732542d4ba (patch)
tree1df2a09bbfc0de17d3c1c7b368c05f6df82db064
parente7b6000aee6734247e2ce7b0b926c9068293c1a4 (diff)
downloadaur-6f6a9aee565567ac1e751007271016732542d4ba.tar.gz
[lilac] updated to 3.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81ed14fa3de5..20d8fc1826ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-annotationhub
pkgdesc = Client to access AnnotationHub resources
- pkgver = 3.8.0
+ pkgver = 3.10.0
pkgrel = 1
url = https://bioconductor.org/packages/AnnotationHub
arch = x86_64
@@ -40,7 +40,7 @@ pkgbase = r-annotationhub
optdepends = r-runit
optdepends = r-summarizedexperiment
optdepends = r-variantannotation
- source = https://bioconductor.org/packages/release/bioc/src/contrib/AnnotationHub_3.8.0.tar.gz
- sha256sums = 608ff3fdfbd3776b96a2c565b4ee2424515d28140c04b466be7081208bc42866
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AnnotationHub_3.10.0.tar.gz
+ sha256sums = 795a7e03540ee4ab07eebb20ceebf39b60aba79ff5f66937c0b4f41c6edca3d7
pkgname = r-annotationhub
diff --git a/PKGBUILD b/PKGBUILD
index 872c9fa9d026..d810bc110d84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AnnotationHub
-_pkgver=3.8.0
+_pkgver=3.10.0
pkgname=r-${_pkgname,,}
-pkgver=3.8.0
+pkgver=3.10.0
pkgrel=1
pkgdesc='Client to access AnnotationHub resources'
arch=('x86_64')
@@ -49,7 +49,7 @@ optdepends=(
r-variantannotation
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('608ff3fdfbd3776b96a2c565b4ee2424515d28140c04b466be7081208bc42866')
+sha256sums=('795a7e03540ee4ab07eebb20ceebf39b60aba79ff5f66937c0b4f41c6edca3d7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"