r-struct: auto updated to 1.10.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-03 04:16:14 +00:00
parent 789b8cf359
commit a425f9c2f2

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=struct
_pkgver=1.8.0
_pkgver=1.10.0
pkgname=r-${_pkgname,,}
pkgver=1.8.0
pkgrel=2
pkgver=1.10.0
pkgrel=1
pkgdesc='Statistics in R Using Class-based Templates'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('4080796019da2faed837b098731402a66fda365cfa6e88539ae0822ace168d0d')
sha256sums=('eef24bd104f666017f24d2c791834c8265700559bfeea5ca448786dddf443f5e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"