summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 19:03:56 +0000
committerBioArchLinuxBot2023-10-25 19:03:56 +0000
commit1a754b75f3b42f780b451e7fced43deb6b91e036 (patch)
treeac22ff743402829c6e73da8938171041f6e64636
parent92974df5e2fb70d6420d772e25d26be7f73ed251 (diff)
downloadaur-1a754b75f3b42f780b451e7fced43deb6b91e036.tar.gz
[lilac] updated to 1.74.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09905dc66f97..b254ea03d413 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-gpls
pkgdesc = Classification using generalized partial least squares
- pkgver = 1.72.0
+ pkgver = 1.74.0
pkgrel = 1
url = https://bioconductor.org/packages/gpls
arch = any
license = Artistic2.0
depends = r
optdepends = r-mass
- source = https://bioconductor.org/packages/release/bioc/src/contrib/gpls_1.72.0.tar.gz
- sha256sums = f7da50a950c5771f896fe7828ac3aaa86a997d89147fdb921c243c8e3e4545ef
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/gpls_1.74.0.tar.gz
+ sha256sums = 406afeee1ab2ebcc3a5ec952acf0143e558d130668a48e36147e612e196ed5fc
pkgname = r-gpls
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}"