diff options
author | BioArchLinuxBot | 2023-04-27 02:43:26 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-27 02:43:26 +0000 |
commit | cb08f7d9a63634aca2d80f1fc3876d58b2da624f (patch) | |
tree | beab23858b7c6b8e13d55fd95cfa91aa086a851e | |
parent | ca1113f3751da467929a7ac9b96e85b7f13ebf9f (diff) | |
download | aur-cb08f7d9a63634aca2d80f1fc3876d58b2da624f.tar.gz |
[lilac] updated to 0.42.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-illuminaio pkgdesc = Parsing Illumina Microarray Output Files - pkgver = 0.40.0 + pkgver = 0.42.0 pkgrel = 1 url = https://bioconductor.org/packages/illuminaio arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = r-illuminaio optdepends = r-biocstyle optdepends = r-illuminadatatestfiles optdepends = r-runit - source = https://bioconductor.org/packages/release/bioc/src/contrib/illuminaio_0.40.0.tar.gz - sha256sums = 22f4545c0420ebc42709b7d42562279344eea0c916a734f9fc0c40b8aa1185b3 + source = https://bioconductor.org/packages/release/bioc/src/contrib/illuminaio_0.42.0.tar.gz + sha256sums = 22199cb5898327b1ccbb81ca884f79d9864b7825257e1a585c46c08ad31a11a4 pkgname = r-illuminaio @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=illuminaio -_pkgver=0.40.0 +_pkgver=0.42.0 pkgname=r-${_pkgname,,} -pkgver=0.40.0 +pkgver=0.42.0 pkgrel=1 pkgdesc='Parsing Illumina Microarray Output Files' arch=('x86_64') @@ -20,7 +20,7 @@ optdepends=( r-runit ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('22f4545c0420ebc42709b7d42562279344eea0c916a734f9fc0c40b8aa1185b3') +sha256sums=('22199cb5898327b1ccbb81ca884f79d9864b7825257e1a585c46c08ad31a11a4') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |