mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-desctools: auto updated to 0.99.45-1
This commit is contained in:
parent
61093c2132
commit
5787f6ca69
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=DescTools
|
||||
_pkgver=0.99.44
|
||||
_pkgver=0.99.45
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.99.44
|
||||
pkgrel=2
|
||||
pkgver=0.99.45
|
||||
pkgrel=1
|
||||
pkgdesc='Tools for Descriptive Statistics'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -33,7 +33,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('129d025c0cadcbcb94f65fe14f545131c0113c1abe18724cc00f2a6dae1e9713')
|
||||
sha256sums=('8dfe7057fdcec475bc444761b00db59f6fb7313fd39c7bd6aebeca7f67aceb05')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue