r-hubpub: auto updated to 1.8.1-1

This commit is contained in:
BioArchLinuxBot 2023-08-11 18:05:06 +00:00
parent 423c56bdb1
commit e751bef51b

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=HubPub
_pkgver=1.8.0
_pkgver=1.8.1
pkgname=r-${_pkgname,,}
pkgver=1.8.0
pkgver=1.8.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=('05c2a8c2a1776a276d69469204abcc12bd11d9732c8e979340e7873244bd516c')
sha256sums=('6b6f004a87cfe2fdd689593dfcc0bbde4eb3c07489e73db4dfae95078822bf1d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"