mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-xfun: auto updated to 0.33-1
This commit is contained in:
parent
a3fe9244b0
commit
b608aca538
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=xfun
|
||||
_pkgver=0.32
|
||||
_pkgver=0.33
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.32
|
||||
pkgrel=5
|
||||
pkgver=0.33
|
||||
pkgrel=1
|
||||
pkgdesc="Supporting Functions for Packages Maintained by 'Yihui Xie'"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -31,7 +31,7 @@ optdepends=(
|
|||
r-tinytex
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('9178c8fdea56129a96f3a15af83be9d939281dfca8e811b130446f6b7bd8865d')
|
||||
sha256sums=('45fbc2d252867b69bbde64d4a4e3d2e049ad1d3a84984e9cfb242d8d1f41ee6c')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue