summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-09 00:04:47 +0000
committerBioArchLinuxBot2024-04-09 00:04:47 +0000
commitf15fedc1e9f49f0a339b4ca83bccdd301bb12515 (patch)
treedd36e221439227d514826ebfe7fd06d07bda9b05
parentf8fb86e77d6d9217a2a36ceab7cdbbbb7d5e34d6 (diff)
downloadaur-f15fedc1e9f49f0a339b4ca83bccdd301bb12515.tar.gz
[lilac] updated to 3.10.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58b177f2d3e7..0bd6d5eb87d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-annotationhub
pkgdesc = Client to access AnnotationHub resources
- pkgver = 3.10.0
- pkgrel = 3
+ pkgver = 3.10.1
+ pkgrel = 1
url = https://bioconductor.org/packages/AnnotationHub
arch = x86_64
license = Artistic2.0
@@ -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.0.tar.gz
- sha256sums = 795a7e03540ee4ab07eebb20ceebf39b60aba79ff5f66937c0b4f41c6edca3d7
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AnnotationHub_3.10.1.tar.gz
+ sha256sums = dd974316cea658f5ad099d92fe2cdcb19e77edc11e19a11ce30bbdfac6296c8b
pkgname = r-annotationhub
diff --git a/PKGBUILD b/PKGBUILD
index fd41a73ff461..471f00cc9c27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AnnotationHub
-_pkgver=3.10.0
+_pkgver=3.10.1
pkgname=r-${_pkgname,,}
-pkgver=3.10.0
-pkgrel=3
+pkgver=3.10.1
+pkgrel=1
pkgdesc='Client to access AnnotationHub resources'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -52,7 +52,7 @@ optdepends=(
r-variantannotation
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('795a7e03540ee4ab07eebb20ceebf39b60aba79ff5f66937c0b4f41c6edca3d7')
+sha256sums=('dd974316cea658f5ad099d92fe2cdcb19e77edc11e19a11ce30bbdfac6296c8b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"