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