summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48a2fcc2274a..46bc3054d960 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: DuckSoft <realducksoft at gmail dot com>
+# Maintainer: Pranav K Anupam <pranavanupam@yahoo.com>
+# Contributor: DuckSoft <realducksoft at gmail dot com>
# Contributor: Grey Christoforo <first name at last name dot net>
_cranname=lattice
-_cranver=0.20-44
+_cranver=0.20-45
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -11,7 +12,7 @@ url="https://cran.r-project.org/package=${_cranname}"
license=(GPL)
optdepends=(r-kernsmooth r-mass r-latticeextra)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('57b908e3c7ada08a38ad857ee44f44fdf9cfa59d5d9500bda2ccc9c7e96cdb9b')
+sha256sums=('22388d92bdb7d3959da84d7308d9026dd8226ef07580783729e8ad2f7d7507ad')
build() {
R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l "${srcdir}"