summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-03-06 00:19:57 +0000
committerBioArchLinuxBot2024-03-06 00:19:57 +0000
commit06bdffd8ac4fff5c337b9cca67deeb579c4083d1 (patch)
tree7fcdaf838f0051fb3c072782ea02cc5365fcaa5f /PKGBUILD
parent900d586853babf88a9e77a9ed0dc28742c5c20dd (diff)
downloadaur-r-rgl.tar.gz
[lilac] updated to 1.3.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ebedde8706d..ab427d5db976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=rgl
-_pkgver=1.2.8
+_pkgver=1.3.1
pkgname=r-${_pkgname,,}
-pkgver=1.2.8
+pkgver=1.3.1
pkgrel=1
pkgdesc='3D Visualization Using OpenGL'
arch=('x86_64')
@@ -58,7 +58,7 @@ optdepends=(
r-webshot2
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e535e738702d0babe043c1fec3d358c7bfdfe202ad95d68971b28ad7a81717f4')
+sha256sums=('9fea7b59dd7fef9bbd783c745d68325ec753ef412699d168bb6c664a56506d49')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"