summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 18:32:23 +0000
committerBioArchLinuxBot2024-05-01 18:32:23 +0000
commitc46a0ffe911ca5eb777235ea482ea7498d5bbe48 (patch)
treeff0b32c1097712e5ad8a46e3c08d76f2e95e78d0 /PKGBUILD
parent1f8f99c5dc52017b8302c0ce6f10874b2039e977 (diff)
downloadaur-r-geneselectmmd.tar.gz
[lilac] updated to 2.48.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 183a8503bec1..4ea75eea7a08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GeneSelectMMD
-_pkgver=2.46.0
+_pkgver=2.48.0
pkgname=r-${_pkgname,,}
-pkgver=2.46.0
+pkgver=2.48.0
pkgrel=1
pkgdesc='Gene selection based on the marginal distributions of gene profiles that characterized by a mixture of three-component multivariate distributions'
arch=('x86_64')
@@ -21,7 +21,7 @@ makedepends=(
gcc-fortran
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2ab522ca336f948b56e8811640eeb0f67ef12dc79bf924083408b755906fa925')
+sha256sums=('5495bd69b41dd414a773a34fe9136476db78ced106eaa5030bb4e46d77419110')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"