r-scales: auto updated to 1.2.1-1

This commit is contained in:
BioArchLinuxBot 2022-08-20 05:31:02 +00:00
parent eb1631935d
commit 35bcaad3c3

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scales
_pkgver=1.2.0
_pkgver=1.2.1
pkgname=r-${_pkgname,,}
pkgver=1.2.0
pkgrel=4
pkgver=1.2.1
pkgrel=1
pkgdesc='Scale Functions for Visualization'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('185d50240e6b3e84d36ec7fbca6aef7a85db7c8c1b0dde51d4af28d363ce02df')
sha256sums=('59453e6dbdafee93dfb101e4d86048a62a12898134259d3ef02d65aeec57ed08')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"