diff options
author | BioArchLinuxBot | 2025-04-27 16:42:02 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-04-27 16:42:02 +0000 |
commit | fee63b25d7127228976b80314d888f3652a33de5 (patch) | |
tree | 71f0db766117a2375546b8ac979ee4f675b91d8b | |
parent | b7e2a2efbe3dbe590a0e9b3031103be6509b1e70 (diff) | |
download | aur-r-skewr.tar.gz |
[lilac] updated to 1.40.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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}" |