summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-13 05:33:03 +0000
committerBioArchLinuxBot2022-11-13 05:33:03 +0000
commitae0d6bacc867f406e77bb8e8fbd44be6685fa9da (patch)
tree4af183d2ae5173a311ff3a9db8e82ccc16c96378
parentef233747b6d13b7d45475df3aa8c5ca7477135ef (diff)
downloadaur-ae0d6bacc867f406e77bb8e8fbd44be6685fa9da.tar.gz
[lilac] updated to 1.24.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46cfa8301509..ebd1d1d492f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-bigmelon
pkgdesc = Illumina methylation array analysis for large experiments
- pkgver = 1.22.0
+ pkgver = 1.24.0
pkgrel = 1
url = https://bioconductor.org/packages/bigmelon
arch = any
@@ -22,7 +22,7 @@ pkgbase = r-bigmelon
optdepends = r-minfidata
optdepends = r-parallel
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/bigmelon_1.22.0.tar.gz
- sha256sums = 53c0133043049887732071125743fa48f0d48cec03f0b5c0c66dbab830814cd7
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/bigmelon_1.24.0.tar.gz
+ sha256sums = dee4004c2b987ee59681fc6d319e1d4e5b66a362cd0e7265d4c829b4fd208d24
pkgname = r-bigmelon
diff --git a/PKGBUILD b/PKGBUILD
index 0d85a058fd19..e546d13d7ee4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bigmelon
-_pkgver=1.22.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.24.0
pkgrel=1
pkgdesc='Illumina methylation array analysis for large experiments'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('53c0133043049887732071125743fa48f0d48cec03f0b5c0c66dbab830814cd7')
+sha256sums=('dee4004c2b987ee59681fc6d319e1d4e5b66a362cd0e7265d4c829b4fd208d24')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"