summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-12-14 00:16:29 +0000
committerBioArchLinuxBot2023-12-14 00:16:29 +0000
commitb6d037ac96d1b79d0dbf09d8523f434e992ee94f (patch)
tree0d0b0911b9a94f22895cc5b77bd89cb6c77ce900 /PKGBUILD
parent0f33bca60e6b48c14f32324c19cd61c2180b910b (diff)
downloadaur-r-klar.tar.gz
[lilac] updated to 1.7.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1db88812b2b..f6990891760b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=klaR
-_pkgver=1.7-2
+_pkgver=1.7-3
pkgname=r-${_pkgname,,}
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=1
pkgdesc='Classification and Visualization'
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
r-som
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8035c3edb8257973184ad5a2109fc7c77c32da913cb9dd0c2f1c373e6fccbd61')
+sha256sums=('d36c041c017cdb5ba3dbf7fb61d5ce3908d8e780eb2912fc99471394fcb8e3e5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"