summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-09-17 00:02:34 +0000
committerBioArchLinuxBot2022-09-17 00:02:34 +0000
commit5bb0e4529fd88335703861fdcbfb27f73ee8ef5e (patch)
tree39c3c0ff5305df7cb8aa51fab71d0124120ac1a8
parent595a8cf1ec4e9dfcdff987e668deb33a1b1b82e0 (diff)
downloadaur-5bb0e4529fd88335703861fdcbfb27f73ee8ef5e.tar.gz
[lilac] updated to 1.8.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f46e7c750a49..67cc5515285c 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.0
+ pkgver = 1.8.2
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.0.tar.gz
- sha256sums = baa0e01b069d5e66965a156bee6d3f6adf8cb0957f3cb9b0442dfbd0458d9fbb
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/PloGO2_1.8.2.tar.gz
+ sha256sums = dea62e74ec74eff3ebf33bd1c4d9290b67b0110a2ee0fd0f92ad4d4e60a48e45
pkgname = r-plogo2
diff --git a/PKGBUILD b/PKGBUILD
index cad2455eeb87..f5e1ec6bd293 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PloGO2
-_pkgver=1.8.0
+_pkgver=1.8.2
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.8.2
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=('baa0e01b069d5e66965a156bee6d3f6adf8cb0957f3cb9b0442dfbd0458d9fbb')
+sha256sums=('dea62e74ec74eff3ebf33bd1c4d9290b67b0110a2ee0fd0f92ad4d4e60a48e45')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"