r-munsell: auto updated to 0.5.1-1

This commit is contained in:
BioArchLinuxBot 2024-04-02 00:01:37 +00:00
parent 14fc2492a4
commit 260cce7669

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=munsell
_pkgver=0.5.0
_pkgver=0.5.1
pkgname=r-${_pkgname,,}
pkgver=0.5.0
pkgrel=6
pkgver=0.5.1
pkgrel=1
pkgdesc='Utilities for Using Munsell Colours'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -18,7 +18,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('d0f3a9fb30e2b5d411fa61db56d4be5733a2621c0edf017d090bdfa5e377e199')
sha256sums=('03a2fd9ac40766cded96dfe33b143d872d0aaa262a25482ce19161ca959429a6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"