r-vcd: auto updated to 1.4.13-1

This commit is contained in:
BioArchLinuxBot 2024-09-16 12:06:15 +00:00
parent 76840a444d
commit 9dbe94b9bd

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=vcd
_pkgver=1.4-12
_pkgver=1.4-13
pkgname=r-${_pkgname,,}
pkgver=1.4.12
pkgrel=2
pkgver=1.4.13
pkgrel=1
pkgdesc='Visualizing Categorical Data'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -22,7 +22,7 @@ optdepends=(
r-mvtnorm
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('c931ef115529931cddb1d5caec4d4d3569ebf12aadde719b2f5019812c9ded88')
sha256sums=('9dac62ace393ef6e56a1f5fa8909081350d2f9f46e47ea6f78759d41a81df8cc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"