mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-colorramps: auto updated to 2.3.1-1
This commit is contained in:
parent
d8077a3c30
commit
2e10f1cee4
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=colorRamps
|
||||
_pkgver=2.3
|
||||
_pkgver=2.3.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.3
|
||||
pkgrel=2
|
||||
pkgver=2.3.1
|
||||
pkgrel=1
|
||||
pkgdesc='Builds color tables'
|
||||
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=('3f10eab0602a42a2e5a79c7c04638be06cbf1e6f23979a1bd95d853e10940b6a')
|
||||
sha256sums=('61f1290824380ae2fe4649f296649e0a155b73ced41479686150400f8a9c568a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue