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 00708805958e..54c23fe6cb68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gpls
-_pkgver=1.72.0
+_pkgver=1.74.0
pkgname=r-${_pkgname,,}
-pkgver=1.72.0
+pkgver=1.74.0
pkgrel=1
pkgdesc='Classification using generalized partial least squares'
arch=('any')
@@ -16,7 +16,7 @@ optdepends=(
r-mass
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f7da50a950c5771f896fe7828ac3aaa86a997d89147fdb921c243c8e3e4545ef')
+sha256sums=('406afeee1ab2ebcc3a5ec952acf0143e558d130668a48e36147e612e196ed5fc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"