summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 00:57:06 +0000
committerBioArchLinuxBot2023-10-26 00:57:06 +0000
commit7b300033e041d026cceab11a0b18d0dd3c7b1c87 (patch)
tree8905d20cd7a789c34863ed6ec9348de2ca978b7d
parente8270a156667cd94382520afb4e0e7d8e30980e6 (diff)
downloadaur-7b300033e041d026cceab11a0b18d0dd3c7b1c87.tar.gz
[lilac] updated to 1.62.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e478cb8ebd3..90dabcb240ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 195204359e73..56efb0189697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"