r-struct: auto updated to 1.14.1-1

This commit is contained in:
BioArchLinuxBot 2024-02-17 00:02:09 +00:00
parent c39bebce64
commit 3535246d79

View file

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