r-tweenr: auto updated to 2.0.1-1

This commit is contained in:
BioArchLinuxBot 2022-08-22 12:02:30 +00:00
parent a0788f2483
commit 6851fcc056

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=tweenr
_pkgver=2.0.0
_pkgver=2.0.1
pkgname=r-${_pkgname,,}
pkgver=2.0.0
pkgver=2.0.1
pkgrel=1
pkgdesc='Interpolate Data for Smooth Animations'
arch=('x86_64')
@ -22,7 +22,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('2a0880c7397f021c930b778374948d0580c2473564cd9c322266877c055cd867')
sha256sums=('1521da97edabfec6f038ff0bde04abc1b6fc8dec8b04221e4da271d8efc38622')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"