mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-nglviewer: auto updated to 1.4.0-1
This commit is contained in:
parent
9fe25c8b49
commit
588291ddbf
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: sukanka <su975853527@gmail.com>
|
# Maintainer: sukanka <su975853527@gmail.com>
|
||||||
|
|
||||||
_pkgname=NGLVieweR
|
_pkgname=NGLVieweR
|
||||||
_pkgver=1.3.1
|
_pkgver=1.4.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.3.1
|
pkgver=1.4.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Interactive 3D Visualization of Molecular Structures'
|
pkgdesc='Interactive 3D Visualization of Molecular Structures'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -22,7 +22,7 @@ optdepends=(
|
||||||
r-webshot
|
r-webshot
|
||||||
)
|
)
|
||||||
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=('c0994a546a1d56acd6bb3ff0615d8b839d5e790e265ec92453ea1935326d5f95')
|
sha256sums=('1ea34e4d6a5ae9ef5ef5eb0471c0a624c9425194408214bee237750db16e4c0c')
|
||||||
|
|
||||||
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