summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 08:29:27 +0000
committerBioArchLinuxBot2023-04-29 08:29:27 +0000
commitf809401ae341c8aa9afb802753131b8e0f9d287b (patch)
treef85a986dfb45045539a0f12e79c6112a889290d4
parent7dad6a66f063174b66b0a66d218adfe0467e8d2d (diff)
downloadaur-f809401ae341c8aa9afb802753131b8e0f9d287b.tar.gz
[lilac] updated to 1.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8859aa39aa95..8ac6f116da8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-plogo2
pkgdesc = Plot Gene Ontology and KEGG pathway Annotation and Abundance
- pkgver = 1.10.0
+ pkgver = 1.12.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.10.0.tar.gz
- sha256sums = f4be28617f3f1fff078e381a36ab29d3e61d7282f0980173a39f6ab690e9026b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/PloGO2_1.12.0.tar.gz
+ sha256sums = 636fb3b64ac341dfb4b16b4fd08e46a0b1469f9f0a7f3c89ad71013f09f0aae8
pkgname = r-plogo2
diff --git a/PKGBUILD b/PKGBUILD
index 9b14a2033178..917aeb2fdc32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PloGO2
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.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=('f4be28617f3f1fff078e381a36ab29d3e61d7282f0980173a39f6ab690e9026b')
+sha256sums=('636fb3b64ac341dfb4b16b4fd08e46a0b1469f9f0a7f3c89ad71013f09f0aae8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"