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 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}"