summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-11 00:02:47 +0000
committerBioArchLinuxBot2024-02-11 00:02:47 +0000
commit5084d773b5e4cc08ad105361db2850c3d9be9888 (patch)
tree7cd24476781d6f394b59298f632b30fa13af0f13
parentc7cdbbcf01afcb62ec19c15ba32d903d8d196d8b (diff)
downloadaur-5084d773b5e4cc08ad105361db2850c3d9be9888.tar.gz
[lilac] updated to 1.10.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa2f5bc6bbf4..69b12657d5f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-hubpub
pkgdesc = Utilities to create and use Bioconductor Hubs
- pkgver = 1.10.0
+ pkgver = 1.10.1
pkgrel = 1
url = https://bioconductor.org/packages/HubPub
arch = any
@@ -19,7 +19,7 @@ pkgbase = r-hubpub
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/HubPub_1.10.0.tar.gz
- sha256sums = af1e4b388305cad630ff3f7e664a518e68550aa16853da4a86bcbbed17af518e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/HubPub_1.10.1.tar.gz
+ sha256sums = 563ac56babdca6ecaea0109d1542284bfa57e546a23d3d4f0c4594b470dde3a8
pkgname = r-hubpub
diff --git a/PKGBUILD b/PKGBUILD
index c5462f03f501..80b59f3b958d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=HubPub
-_pkgver=1.10.0
+_pkgver=1.10.1
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.10.1
pkgrel=1
pkgdesc='Utilities to create and use Bioconductor Hubs'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('af1e4b388305cad630ff3f7e664a518e68550aa16853da4a86bcbbed17af518e')
+sha256sums=('563ac56babdca6ecaea0109d1542284bfa57e546a23d3d4f0c4594b470dde3a8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"