mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-scatterplot3d: auto updated to 0.3.43-1
This commit is contained in:
parent
819bb7faaa
commit
9ea385b52e
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=scatterplot3d
|
||||
_pkgver=0.3-42
|
||||
_pkgver=0.3-43
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.3.42
|
||||
pkgver=0.3.43
|
||||
pkgrel=1
|
||||
pkgdesc='3D Scatter Plot'
|
||||
arch=('any')
|
||||
|
@ -13,7 +13,7 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('a9fedde70e1a846c4dcafbff20f115425206d507896d12c2b21ff052556c5216')
|
||||
sha256sums=('90d7bfb535b76008768306ea9209adfb48e0e07f36eabbb59ab6ddb6522f16a5')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue