summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 22:19:36 +0000
committerBioArchLinuxBot2022-11-03 22:19:36 +0000
commitad76c8b15f56089aff1038a38cef8be2168b6aab (patch)
tree9f15a6f44505789a0440a3fcf17ed6c2dceb7b1e
parenta62efc47200212ea72dbe0e7b5d5e3f89bd4aea6 (diff)
downloadaur-ad76c8b15f56089aff1038a38cef8be2168b6aab.tar.gz
[lilac] updated to 1.34.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88ec98bc0434..89ea40615d55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-shinymethyl
pkgdesc = Interactive visualization for Illumina methylation arrays
- pkgver = 1.32.0
+ pkgver = 1.34.0
pkgrel = 1
url = https://bioconductor.org/packages/shinyMethyl
arch = any
@@ -18,7 +18,7 @@ pkgbase = r-shinymethyl
optdepends = r-minfidata
optdepends = r-runit
optdepends = r-shinymethyldata
- source = https://bioconductor.org/packages/release/bioc/src/contrib/shinyMethyl_1.32.0.tar.gz
- sha256sums = deff47a3cb2508b0d54d3963f2aa135e6e52fe3c38fb4b6c2b741493dcf06698
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/shinyMethyl_1.34.0.tar.gz
+ sha256sums = 6a586a52a29ad5132265910cf43f5327b813c8e5e0a31c8280987ddd096b6af5
pkgname = r-shinymethyl
diff --git a/PKGBUILD b/PKGBUILD
index 2664341149b6..d5b91d20a2ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=shinyMethyl
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.0
pkgrel=1
pkgdesc='Interactive visualization for Illumina methylation arrays'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-shinymethyldata
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('deff47a3cb2508b0d54d3963f2aa135e6e52fe3c38fb4b6c2b741493dcf06698')
+sha256sums=('6a586a52a29ad5132265910cf43f5327b813c8e5e0a31c8280987ddd096b6af5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"