summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 15:54:00 +0000
committerBioArchLinuxBot2023-10-27 15:54:00 +0000
commite2ed17967488e8aa652685fec15ce7fe2ff68b09 (patch)
tree3fa81282331dee6873125e3b3d67ce5c2bc3ac68
parent432a5a54c399018cd6b0914c9fcea73936ed3676 (diff)
downloadaur-e2ed17967488e8aa652685fec15ce7fe2ff68b09.tar.gz
[lilac] updated to 1.28.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a6057b7c3d1..6004ffb18150 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-bigmelon
pkgdesc = Illumina methylation array analysis for large experiments
- pkgver = 1.26.0
+ pkgver = 1.28.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.26.0.tar.gz
- sha256sums = c4f88ee4cccb5da0cf7220f06501eca9fd42d94357d47540c7062f8c13aa3ed0
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/bigmelon_1.28.0.tar.gz
+ sha256sums = 1902f23aa5da3a83d98be3ecd820213b34f4c651d18eea9dd143dc34e67100c9
pkgname = r-bigmelon
diff --git a/PKGBUILD b/PKGBUILD
index 67fc67231384..d2888b333d69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bigmelon
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.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=('c4f88ee4cccb5da0cf7220f06501eca9fd42d94357d47540c7062f8c13aa3ed0')
+sha256sums=('1902f23aa5da3a83d98be3ecd820213b34f4c651d18eea9dd143dc34e67100c9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"