summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 08:48:48 +0000
committerBioArchLinuxBot2022-11-03 08:48:48 +0000
commit7dad6a66f063174b66b0a66d218adfe0467e8d2d (patch)
treef09c30990cd2f0b9d10f04c8bdc12100eb844a32
parent5bb0e4529fd88335703861fdcbfb27f73ee8ef5e (diff)
downloadaur-7dad6a66f063174b66b0a66d218adfe0467e8d2d.tar.gz
[lilac] updated to 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67cc5515285c..8859aa39aa95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-plogo2
pkgdesc = Plot Gene Ontology and KEGG pathway Annotation and Abundance
- pkgver = 1.8.2
+ pkgver = 1.10.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.8.2.tar.gz
- sha256sums = dea62e74ec74eff3ebf33bd1c4d9290b67b0110a2ee0fd0f92ad4d4e60a48e45
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/PloGO2_1.10.0.tar.gz
+ sha256sums = f4be28617f3f1fff078e381a36ab29d3e61d7282f0980173a39f6ab690e9026b
pkgname = r-plogo2
diff --git a/PKGBUILD b/PKGBUILD
index f5e1ec6bd293..9b14a2033178 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PloGO2
-_pkgver=1.8.2
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.2
+pkgver=1.10.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=('dea62e74ec74eff3ebf33bd1c4d9290b67b0110a2ee0fd0f92ad4d4e60a48e45')
+sha256sums=('f4be28617f3f1fff078e381a36ab29d3e61d7282f0980173a39f6ab690e9026b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"