r-tinytex: auto updated to 0.42-1

This commit is contained in:
BioArchLinuxBot 2022-09-27 12:01:21 +00:00
parent 9ca9630c5a
commit da1aa2d95a

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=tinytex
_pkgver=0.41
_pkgver=0.42
pkgname=r-${_pkgname,,}
pkgver=0.41
pkgver=0.42
pkgrel=1
pkgdesc='Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents'
arch=('any')
@ -18,7 +18,7 @@ optdepends=(
r-testit
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('5f61974301ec642b10def7213bbd97b4625ba605ff6dfba2c784a2e7468116ba')
sha256sums=('205f7a1978118aa38b6d9f7d3e1667c635da262b43967d1a879520284c2e22b1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"