summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 13:31:10 +0000
committerBioArchLinuxBot2023-10-27 13:31:10 +0000
commit20a607444c4ea99741da55b89503fafc72b383a0 (patch)
treeaff95a655cf9286e99f1334a526bcf5ceb8d1cd5
parentc8636186227be400df90e7afd3b6a8158b33d257 (diff)
downloadaur-20a607444c4ea99741da55b89503fafc72b383a0.tar.gz
[lilac] updated to 1.38.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d9780255691..122fb8a58de3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-shinymethyl
pkgdesc = Interactive visualization for Illumina methylation arrays
- pkgver = 1.36.1
+ pkgver = 1.38.0
pkgrel = 1
url = https://bioconductor.org/packages/shinyMethyl
arch = any
@@ -18,7 +18,7 @@ pkgbase = r-shinymethyl
optdepends = r-minfidata
optdepends = r-shinymethyldata
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/shinyMethyl_1.36.1.tar.gz
- sha256sums = 9331b4366fa8d5c17c95f51f5499b1ab18cd0bc1a8ff5479e33735b98dc10143
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/shinyMethyl_1.38.0.tar.gz
+ sha256sums = 864b844c5a5faf60e970cc63cd099ea0ef3d0598f38dabd76f7af71c700972be
pkgname = r-shinymethyl
diff --git a/PKGBUILD b/PKGBUILD
index 970ae5090645..63dd3a0f6b5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=shinyMethyl
-_pkgver=1.36.1
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.1
+pkgver=1.38.0
pkgrel=1
pkgdesc='Interactive visualization for Illumina methylation arrays'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9331b4366fa8d5c17c95f51f5499b1ab18cd0bc1a8ff5479e33735b98dc10143')
+sha256sums=('864b844c5a5faf60e970cc63cd099ea0ef3d0598f38dabd76f7af71c700972be')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"