diff options
author | BioArchLinuxBot | 2024-12-20 00:26:11 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-12-20 00:26:11 +0000 |
commit | 880688b41c716207d7ee0c43f44f570a50ab566a (patch) | |
tree | 1a3b6bb447bd92b00d9c407635518fa72e756125 | |
parent | fd203cd2fe9c4b51bf438044d5d21ddd18efbf27 (diff) | |
download | aur-880688b41c716207d7ee0c43f44f570a50ab566a.tar.gz |
[lilac] updated to 3.10.4-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-classifyr pkgdesc = A framework for cross-validated classification problems, with applications to differential variability and differential distribution testing - pkgver = 3.10.3 + pkgver = 3.10.4 pkgrel = 1 url = https://bioconductor.org/packages/ClassifyR arch = x86_64 @@ -44,7 +44,7 @@ pkgbase = r-classifyr optdepends = r-robustbase optdepends = r-scales optdepends = r-xgboost - source = https://bioconductor.org/packages/release/bioc/src/contrib/ClassifyR_3.10.3.tar.gz - sha256sums = da94114a9f1003c416038640349b91d1f782dde5f19959da33a682f52de1078f + source = https://bioconductor.org/packages/release/bioc/src/contrib/ClassifyR_3.10.4.tar.gz + sha256sums = 9efc60fa845e446abf4609f0d8d6f78d4f1f8aa21ec9bc516f1d93df195ad301 pkgname = r-classifyr @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=ClassifyR -_pkgver=3.10.3 +_pkgver=3.10.4 pkgname=r-${_pkgname,,} -pkgver=3.10.3 +pkgver=3.10.4 pkgrel=1 pkgdesc='A framework for cross-validated classification problems, with applications to differential variability and differential distribution testing' arch=('x86_64') @@ -53,7 +53,7 @@ optdepends=( r-xgboost ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('da94114a9f1003c416038640349b91d1f782dde5f19959da33a682f52de1078f') +sha256sums=('9efc60fa845e446abf4609f0d8d6f78d4f1f8aa21ec9bc516f1d93df195ad301') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |