summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-19 00:02:38 +0000
committerBioArchLinuxBot2023-01-19 00:02:38 +0000
commite8f947ab25c65330f7dae6ff382d6d7571df515e (patch)
treeadfeca9a6ff99ef7a40881f4dc5426a6f26cfee4 /PKGBUILD
parent99c60924347d4dd0a2f71ca557afe72ce6c9d6b2 (diff)
downloadaur-e8f947ab25c65330f7dae6ff382d6d7571df515e.tar.gz
[lilac] updated to 1.0.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f5ecd47037c..0c46775b69cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=rgl
-_pkgver=0.111.6
+_pkgver=1.0.1
pkgname=r-${_pkgname,,}
-pkgver=0.111.6
+pkgver=1.0.1
pkgrel=1
pkgdesc='3D Visualization Using OpenGL'
arch=('x86_64')
@@ -56,7 +56,7 @@ optdepends=(
r-webshot2
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('cdfafe5fa6e490e69798d5c24a10931e150d1f747c881412ab7602ba2c5bd6c0')
+sha256sums=('89a300faca7dc34a2c2a1f174a02754b2ceb5fcfffb746487af02b23c30a2fc8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"