summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 23:14:33 +0000
committerBioArchLinuxBot2024-05-01 23:14:33 +0000
commitab1a14ae03a5a05c881e88c6e425d416ea54d570 (patch)
tree8673ae4cdb99adbdf61dcb79a7c1930cc5a9fbcf
parent5084d773b5e4cc08ad105361db2850c3d9be9888 (diff)
downloadaur-r-hubpub.tar.gz
[lilac] updated to 1.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 69b12657d5f6..59e6456b2d27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-hubpub
pkgdesc = Utilities to create and use Bioconductor Hubs
- pkgver = 1.10.1
+ pkgver = 1.12.0
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.1.tar.gz
- sha256sums = 563ac56babdca6ecaea0109d1542284bfa57e546a23d3d4f0c4594b470dde3a8
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/HubPub_1.12.0.tar.gz
+ sha256sums = b51fc027a1b2d3170eea89b790b5ae2a36b00b7d05064a7a77627e38fbe0b80b
pkgname = r-hubpub
diff --git a/PKGBUILD b/PKGBUILD
index 80b59f3b958d..4bfe4fef5320 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=HubPub
-_pkgver=1.10.1
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.1
+pkgver=1.12.0
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=('563ac56babdca6ecaea0109d1542284bfa57e546a23d3d4f0c4594b470dde3a8')
+sha256sums=('b51fc027a1b2d3170eea89b790b5ae2a36b00b7d05064a7a77627e38fbe0b80b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"