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 a616b4fb400b..66544fad6410 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=minfi
-_pkgver=1.46.0
+_pkgver=1.48.0
pkgname=r-${_pkgname,,}
-pkgver=1.46.0
+pkgver=1.48.0
pkgrel=1
pkgdesc='Analyze Illumina Infinium DNA methylation arrays'
arch=('any')
@@ -52,7 +52,7 @@ optdepends=(
r-tools
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d8127e43407a28d79407f26efe43e5522a659084a2e61b95d2a15a0bd3f369a1')
+sha256sums=('1d2871388bbdd7b40185a660a683523b2ec856775944576eaeb56e64e46f948e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"