summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-27 16:42:02 +0000
committerBioArchLinuxBot2025-04-27 16:42:02 +0000
commitfee63b25d7127228976b80314d888f3652a33de5 (patch)
tree71f0db766117a2375546b8ac979ee4f675b91d8b
parentb7e2a2efbe3dbe590a0e9b3031103be6509b1e70 (diff)
downloadaur-r-skewr.tar.gz
[lilac] updated to 1.40.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59240411650b..516d98d3968b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-skewr
pkgdesc = Visualize Intensities Produced by Illumina's Human Methylation 450k BeadChip
- pkgver = 1.38.0
+ pkgver = 1.40.0
pkgrel = 1
url = https://bioconductor.org/packages/skewr
arch = any
@@ -16,7 +16,7 @@ pkgbase = r-skewr
optdepends = r-geoquery
optdepends = r-knitr
optdepends = r-minfidata
- source = https://bioconductor.org/packages/release/bioc/src/contrib/skewr_1.38.0.tar.gz
- sha256sums = e2965c44b47b452e5678e354705735efb7182369227206a5f8d7d21395950ed6
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/skewr_1.40.0.tar.gz
+ sha256sums = 143b01ae1fc641e62bf28287e48074b6bda5d274a575df93af5e6523aedab186
pkgname = r-skewr
diff --git a/PKGBUILD b/PKGBUILD
index 16748c5d4d35..032eb47c3af2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=skewr
-_pkgver=1.38.0
+_pkgver=1.40.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.0
+pkgver=1.40.0
pkgrel=1
pkgdesc="Visualize Intensities Produced by Illumina's Human Methylation 450k BeadChip"
arch=('any')
@@ -25,7 +25,7 @@ optdepends=(
r-minfidata
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e2965c44b47b452e5678e354705735efb7182369227206a5f8d7d21395950ed6')
+sha256sums=('143b01ae1fc641e62bf28287e48074b6bda5d274a575df93af5e6523aedab186')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"