mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rgl: auto updated to 1.3.17-1
This commit is contained in:
parent
9b316f1952
commit
c711ffd9a2
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
||||||
|
|
||||||
_pkgname=rgl
|
_pkgname=rgl
|
||||||
_pkgver=1.3.16
|
_pkgver=1.3.17
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.3.16
|
pkgver=1.3.17
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='3D Visualization Using OpenGL'
|
pkgdesc='3D Visualization Using OpenGL'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -58,7 +58,7 @@ optdepends=(
|
||||||
r-webshot2
|
r-webshot2
|
||||||
)
|
)
|
||||||
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=('01cf29ea1a0efba833e44a30ca4e6a8d2226edd76ba06d81aef2dea48e6e9fae')
|
sha256sums=('7d2e936eb37d45db2c2b7e250612cf9b518c85253ebbc27bcfc6eb2a3d924593')
|
||||||
|
|
||||||
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