summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-12-11 18:22:37 +0000
committerBioArchLinuxBot2023-12-11 18:22:37 +0000
commit59bc068a011ccaaefb7d156b7429d4575abdb104 (patch)
treeae03e0c94b3b312df8fdbde065df0a4dd333c278 /PKGBUILD
parent87f324e7360ec45c58cb950aa0867f424a3e06b8 (diff)
downloadaur-59bc068a011ccaaefb7d156b7429d4575abdb104.tar.gz
[lilac] updated to 3.1.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a1b2003b9b5..46f519e9c659 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=sandwich
-_pkgver=3.0-2
+_pkgver=3.1-0
pkgname=r-${_pkgname,,}
-pkgver=3.0.2
-pkgrel=6
+pkgver=3.1.0
+pkgrel=1
pkgdesc='Robust Covariance Matrix Estimators'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -34,7 +34,7 @@ optdepends=(
r-survival
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6e30b6b554eb19430a60c45a8132fb7918ddb0013577bf6a62caeb163bdfe2b4')
+sha256sums=('96b0e105ee50391a1fd286e9556ba6669f08565fa30788b1a21bc861b0a023fa')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"