summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4899e3b39998..1e9f081d64b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=plot3Drgl
-_cranver=1.0.2
-_updatedate=2022-06-08
+_cranver=1.0.3
+_updatedate=2022-06-25
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=2
@@ -13,7 +13,7 @@ url="https://cran.r-project.org/package=${_cranname}"
license=(GPL3)
depends=('r>=3.2.3' r-rgl r-plot3d)
source=("https://cran.microsoft.com/snapshot/${_updatedate}/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('805513029895cf5a81f18ede4123ef2525a236cd555437609229fe720c346e14')
+sha256sums=('85421213e01e1b5f8b929ee1644232f37bacd723305e549c32850f6b6d6924a4')
build() {
R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l "${srcdir}"