mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-plottools: auto updated to 0.2.1-1
This commit is contained in:
parent
03dd452a06
commit
5e50ca7607
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: sukanka <su975853527@gmail.com>
|
# Maintainer: sukanka <su975853527@gmail.com>
|
||||||
|
|
||||||
_pkgname=PlotTools
|
_pkgname=PlotTools
|
||||||
_pkgver=0.2.0
|
_pkgver=0.2.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.2.0
|
pkgver=0.2.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Add Continuous Legends to Plots'
|
pkgdesc='Add Continuous Legends to Plots'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -20,7 +20,7 @@ optdepends=(
|
||||||
r-vdiffr
|
r-vdiffr
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('e0279af52bfb92da74771ca0b9cf499cf8c592b594e4a0c020996b64ed44a902')
|
sha256sums=('8cf04d3356c7f5c51ab338c63c9d4ae1301f6b81ff32462f9a333e26fa2ab13e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue