summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 13:03:42 +0000
committerBioArchLinuxBot2024-05-03 13:03:42 +0000
commitbe4e43b50be4c2d4ac68f060a1fada26225a1654 (patch)
tree929d5f3de8c5aaa8d6f3024e17c2bbbe85feac4d
parent02a0532871857a259a0e1815c05d61db937dc963 (diff)
downloadaur-be4e43b50be4c2d4ac68f060a1fada26225a1654.tar.gz
[lilac] updated to 1.50.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14f5682b8b65..0fb9b2be3488 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-minfi
pkgdesc = Analyze Illumina Infinium DNA methylation arrays
- pkgver = 1.48.0
+ pkgver = 1.50.0
pkgrel = 1
url = https://bioconductor.org/packages/minfi
arch = any
@@ -43,7 +43,7 @@ pkgbase = r-minfi
optdepends = r-rmarkdown
optdepends = r-runit
optdepends = r-tools
- source = https://bioconductor.org/packages/release/bioc/src/contrib/minfi_1.48.0.tar.gz
- sha256sums = 1d2871388bbdd7b40185a660a683523b2ec856775944576eaeb56e64e46f948e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/minfi_1.50.0.tar.gz
+ sha256sums = 32b6af0856e91f988224a1a353836fb83808c8052bc82a8f24f079d61a2764c2
pkgname = r-minfi
diff --git a/PKGBUILD b/PKGBUILD
index 66544fad6410..3a028aa27381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=minfi
-_pkgver=1.48.0
+_pkgver=1.50.0
pkgname=r-${_pkgname,,}
-pkgver=1.48.0
+pkgver=1.50.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=('1d2871388bbdd7b40185a660a683523b2ec856775944576eaeb56e64e46f948e')
+sha256sums=('32b6af0856e91f988224a1a353836fb83808c8052bc82a8f24f079d61a2764c2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"