summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 14:17:43 +0000
committerBioArchLinuxBot2023-04-27 14:17:43 +0000
commite7b6000aee6734247e2ce7b0b926c9068293c1a4 (patch)
tree2ebd6a34225d9db66a714379e2b2221a54b0567b
parent9c97eb0feec113d7dac42e72c80281e789b4fcbb (diff)
downloadaur-e7b6000aee6734247e2ce7b0b926c9068293c1a4.tar.gz
[lilac] updated to 3.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efa1972483ae..81ed14fa3de5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-annotationhub
pkgdesc = Client to access AnnotationHub resources
- pkgver = 3.6.0
+ pkgver = 3.8.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.6.0.tar.gz
- sha256sums = f6c4062a04a1a8421072ae89cf2ba41ef98c8372cd360f179c89745e0d1660c2
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AnnotationHub_3.8.0.tar.gz
+ sha256sums = 608ff3fdfbd3776b96a2c565b4ee2424515d28140c04b466be7081208bc42866
pkgname = r-annotationhub
diff --git a/PKGBUILD b/PKGBUILD
index f1cea5442ada..872c9fa9d026 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AnnotationHub
-_pkgver=3.6.0
+_pkgver=3.8.0
pkgname=r-${_pkgname,,}
-pkgver=3.6.0
+pkgver=3.8.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=('f6c4062a04a1a8421072ae89cf2ba41ef98c8372cd360f179c89745e0d1660c2')
+sha256sums=('608ff3fdfbd3776b96a2c565b4ee2424515d28140c04b466be7081208bc42866')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"