diff options
author | BioArchLinuxBot | 2023-10-26 00:57:06 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-26 00:57:06 +0000 |
commit | 7b300033e041d026cceab11a0b18d0dd3c7b1c87 (patch) | |
tree | 8905d20cd7a789c34863ed6ec9348de2ca978b7d | |
parent | e8270a156667cd94382520afb4e0e7d8e30980e6 (diff) | |
download | aur-7b300033e041d026cceab11a0b18d0dd3c7b1c87.tar.gz |
[lilac] updated to 1.62.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-kegggraph pkgdesc = KEGGgraph: A graph approach to KEGG PATHWAY in R and Bioconductor - pkgver = 1.60.0 + pkgver = 1.62.0 pkgrel = 1 url = https://bioconductor.org/packages/KEGGgraph arch = any @@ -16,7 +16,7 @@ pkgbase = r-kegggraph optdepends = r-rcolorbrewer optdepends = r-spia optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/KEGGgraph_1.60.0.tar.gz - sha256sums = 74bab631a68c8030142e66e64532ae5065140f7362bac89ed7fb976feb7cf12d + source = https://bioconductor.org/packages/release/bioc/src/contrib/KEGGgraph_1.62.0.tar.gz + sha256sums = 7412ccf6f30faf1cd5ef6081c5eef7ce933ed0507c74b9660630e27a50c63145 pkgname = r-kegggraph @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=KEGGgraph -_pkgver=1.60.0 +_pkgver=1.62.0 pkgname=r-${_pkgname,,} -pkgver=1.60.0 +pkgver=1.62.0 pkgrel=1 pkgdesc='KEGGgraph: A graph approach to KEGG PATHWAY in R and Bioconductor' arch=('any') @@ -25,7 +25,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('74bab631a68c8030142e66e64532ae5065140f7362bac89ed7fb976feb7cf12d') +sha256sums=('7412ccf6f30faf1cd5ef6081c5eef7ce933ed0507c74b9660630e27a50c63145') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |