summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 23:14:33 +0000
committerBioArchLinuxBot2024-05-01 23:14:33 +0000
commitab1a14ae03a5a05c881e88c6e425d416ea54d570 (patch)
tree8673ae4cdb99adbdf61dcb79a7c1930cc5a9fbcf /PKGBUILD
parent5084d773b5e4cc08ad105361db2850c3d9be9888 (diff)
downloadaur-r-hubpub.tar.gz
[lilac] updated to 1.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"