mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rlab: auto updated to 4.0-1
This commit is contained in:
parent
c1337f2f7e
commit
b920bfc201
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=Rlab
|
||||
_pkgver=2.15.1
|
||||
_pkgver=4.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.15.1
|
||||
pkgrel=2
|
||||
pkgver=4.0
|
||||
pkgrel=1
|
||||
pkgdesc='Functions and Datasets Required for ST370 class'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -13,7 +13,7 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('4fa5f8696ac796a02ce8a9ba4c3c5150c2bc90ea983e56db6444874890bc60dd')
|
||||
sha256sums=('b3744ecb97a3858ac3386586fbfd87320b06c4ec086e987e69b9a88f23ab3905')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue