summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-01 09:38:25 +0000
committerBioArchLinuxBot2022-11-01 09:38:25 +0000
commited9ce3cda2cd7a386beaed7599e331853d492ec6 (patch)
tree69b29af7af523e7b04a4bf090d6281b21e4941bb
parent51db9f3a87896041f9f9704446ee0a806b208449 (diff)
downloadaur-ed9ce3cda2cd7a386beaed7599e331853d492ec6.tar.gz
[lilac] updated to 1.4.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb88cec27bd2..13ab7adcc33f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-heplots
pkgdesc = Visualizing Hypothesis Tests in Multivariate Linear Models
- pkgver = 1.3.9
- pkgrel = 4
+ pkgver = 1.4.2
+ pkgrel = 1
url = https://cran.r-project.org/package=heplots
arch = any
license = GPL
@@ -18,7 +18,7 @@ pkgbase = r-heplots
optdepends = r-reshape
optdepends = r-reshape2
optdepends = r-rgl
- source = https://cran.r-project.org/src/contrib/heplots_1.3-9.tar.gz
- sha256sums = 9d19b3941d8239c2d78b2a898c350faac5b42632fa8421450778df1c1ef29225
+ source = https://cran.r-project.org/src/contrib/heplots_1.4-2.tar.gz
+ sha256sums = 5d48d3971939fd54c756abffb90c913933d7531ae9ba9d4eeecc8f3e043fd3ce
pkgname = r-heplots
diff --git a/PKGBUILD b/PKGBUILD
index e5afc680973e..5b1dab793d20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: sukanka <su975853527@gmail.com>
_pkgname=heplots
-_pkgver=1.3-9
+_pkgver=1.4-2
pkgname=r-${_pkgname,,}
-pkgver=1.3.9
-pkgrel=4
+pkgver=1.4.2
+pkgrel=1
pkgdesc='Visualizing Hypothesis Tests in Multivariate Linear Models'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -27,7 +27,7 @@ optdepends=(
r-rgl
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9d19b3941d8239c2d78b2a898c350faac5b42632fa8421450778df1c1ef29225')
+sha256sums=('5d48d3971939fd54c756abffb90c913933d7531ae9ba9d4eeecc8f3e043fd3ce')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"