diff options
author | BioArchLinuxBot | 2025-03-21 14:47:26 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-03-21 14:47:26 +0000 |
commit | 27d3b79e0c5319d526efc5fb459f3ee282260137 (patch) | |
tree | 6dfe5df596994069b9e343e4eb10214e396321e0 | |
parent | 70317039401c6cf036512a066f9a51a7c78f101b (diff) | |
download | aur-r-signaturesearch.tar.gz |
[lilac] updated to 1.20.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-signaturesearch pkgdesc = Environment for Gene Expression Searching Combined with Functional Enrichment Analysis - pkgver = 1.18.0 + pkgver = 1.20.0 pkgrel = 1 url = https://bioconductor.org/packages/signatureSearch arch = x86_64 @@ -39,7 +39,7 @@ pkgbase = r-signaturesearch optdepends = r-rmarkdown optdepends = r-signaturesearchdata optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/signatureSearch_1.18.0.tar.gz - sha256sums = 64d0a6c46a9b9a93247feb87f68bfb3d4e05e5f4b7f3bb7a2700b1e28eb162ac + source = https://bioconductor.org/packages/release/bioc/src/contrib/signatureSearch_1.20.0.tar.gz + sha256sums = 3006b0944d29101eca849cf2cc51b08688778901b634f2079a8bf1a394617086 pkgname = r-signaturesearch @@ -2,9 +2,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=signatureSearch -_pkgver=1.18.0 +_pkgver=1.20.0 pkgname=r-${_pkgname,,} -pkgver=1.18.0 +pkgver=1.20.0 pkgrel=1 pkgdesc='Environment for Gene Expression Searching Combined with Functional Enrichment Analysis' arch=('x86_64') @@ -49,7 +49,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('64d0a6c46a9b9a93247feb87f68bfb3d4e05e5f4b7f3bb7a2700b1e28eb162ac') +sha256sums=('3006b0944d29101eca849cf2cc51b08688778901b634f2079a8bf1a394617086') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |