r-modelr: auto updated to 0.1.11-1

This commit is contained in:
BioArchLinuxBot 2023-03-22 18:08:19 +00:00
parent ac76cf86b2
commit 8d861bf347

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=modelr _pkgname=modelr
_pkgver=0.1.10 _pkgver=0.1.11
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=0.1.10 pkgver=0.1.11
pkgrel=1 pkgrel=1
pkgdesc='Modelling Functions that Work with the Pipe' pkgdesc='Modelling Functions that Work with the Pipe'
arch=('any') arch=('any')
@ -27,7 +27,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('9345a6e86363181e369c5e9de190fcab62d05e284fc65f1c4d30acfbce6a0f63') sha256sums=('94ebd506e9ccf3bf25318be6a182f8f89c3669a77b41864a0b9dbcc1d4337bd3')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"