summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 06:03:42 +0000
committerBioArchLinuxBot2023-10-26 06:03:42 +0000
commitb1e5708cb98c17281e66947dfc25aee785d8a078 (patch)
tree0f4121de551c1e2cb34bc2049440fb799bd6c1aa
parentf809401ae341c8aa9afb802753131b8e0f9d287b (diff)
downloadaur-r-plogo2.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ac6f116da8b..c775578646f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-plogo2
pkgdesc = Plot Gene Ontology and KEGG pathway Annotation and Abundance
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/PloGO2
arch = any
@@ -11,7 +11,7 @@ pkgbase = r-plogo2
depends = r-httr
depends = r-openxlsx
depends = r-xtable
- source = https://bioconductor.org/packages/release/bioc/src/contrib/PloGO2_1.12.0.tar.gz
- sha256sums = 636fb3b64ac341dfb4b16b4fd08e46a0b1469f9f0a7f3c89ad71013f09f0aae8
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/PloGO2_1.14.0.tar.gz
+ sha256sums = d1394125048b187aba656307cd3bff76153c6230bb5c573624fb92e51a721f64
pkgname = r-plogo2
diff --git a/PKGBUILD b/PKGBUILD
index 917aeb2fdc32..fd1f4c5a1ea2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PloGO2
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Plot Gene Ontology and KEGG pathway Annotation and Abundance'
arch=('any')
@@ -18,7 +18,7 @@ depends=(
r-xtable
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('636fb3b64ac341dfb4b16b4fd08e46a0b1469f9f0a7f3c89ad71013f09f0aae8')
+sha256sums=('d1394125048b187aba656307cd3bff76153c6230bb5c573624fb92e51a721f64')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"