diff options
author | BioArchLinuxBot | 2024-05-02 21:07:25 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-02 21:07:25 +0000 |
commit | 3041efb9c61219d88bdd60fe592cd1309afabe6f (patch) | |
tree | a1e8924e77106dbf6cfe984d0194c5627294135c | |
parent | 9b711613ffd3c0043896dadc131c740866eb12a6 (diff) | |
download | aur-3041efb9c61219d88bdd60fe592cd1309afabe6f.tar.gz |
[lilac] updated to 1.30.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-kegglincs pkgdesc = Visualize all edges within a KEGG pathway and overlay LINCS data - pkgver = 1.28.0 + pkgver = 1.30.0 pkgrel = 1 url = https://bioconductor.org/packages/KEGGlincs arch = any @@ -21,7 +21,7 @@ pkgbase = r-kegglincs optdepends = r-biocmanager optdepends = r-graph optdepends = r-knitr - source = https://bioconductor.org/packages/release/bioc/src/contrib/KEGGlincs_1.28.0.tar.gz - sha256sums = b16070bf4c90a79e949db4b1b8f664f5eb28932f2e581d4d461c868704ae2f1b + source = https://bioconductor.org/packages/release/bioc/src/contrib/KEGGlincs_1.30.0.tar.gz + sha256sums = ef4a8dee7d77b9a1728d976edf9348c5d9c99dff4d6226d80e2965d29520aa4b pkgname = r-kegglincs @@ -2,9 +2,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=KEGGlincs -_pkgver=1.28.0 +_pkgver=1.30.0 pkgname=r-${_pkgname,,} -pkgver=1.28.0 +pkgver=1.30.0 pkgrel=1 pkgdesc='Visualize all edges within a KEGG pathway and overlay LINCS data' arch=('any') @@ -31,7 +31,7 @@ optdepends=( r-knitr ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('b16070bf4c90a79e949db4b1b8f664f5eb28932f2e581d4d461c868704ae2f1b') +sha256sums=('ef4a8dee7d77b9a1728d976edf9348c5d9c99dff4d6226d80e2965d29520aa4b') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |