r-biocthis: auto updated to 1.10.1-1

This commit is contained in:
BioArchLinuxBot 2023-05-08 18:29:15 +00:00
parent 6d48f1f499
commit ab70a5bbfa

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=biocthis
_pkgver=1.10.0
_pkgver=1.10.1
pkgname=r-${_pkgname,,}
pkgver=1.10.0
pkgver=1.10.1
pkgrel=1
pkgdesc='Automate package and project setup for Bioconductor packages'
arch=('any')
@ -31,7 +31,7 @@ optdepends=(
r-utils
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('4e4ea140a49727eefeb3afe850231b3f6a9ba8e0e458ab499d73a7edb9c8fdef')
sha256sums=('f21bff8c50584a843fd2dfe0038a5292eb6825989e08adca217a67ef2554afce')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"