summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 22:27:11 +0000
committerBioArchLinuxBot2022-11-02 22:27:11 +0000
commit42e9fa3948639740bc099b7503bee86185d9b9a6 (patch)
treeeb13cb617548ce82f75a056e2137934870f5f0e6
parent99fbe2043e3e3fe8d6851e56374cbfb1da1c6224 (diff)
downloadaur-42e9fa3948639740bc099b7503bee86185d9b9a6.tar.gz
[lilac] updated to 2.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a2e6eb18f17..07040aef54b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-pcxn
pkgdesc = Exploring, analyzing and visualizing functions utilizing the pcxnData package
- pkgver = 2.18.0
+ pkgver = 2.20.0
pkgrel = 1
url = https://bioconductor.org/packages/pcxn
arch = any
@@ -11,7 +11,7 @@ pkgbase = r-pcxn
optdepends = r-annotate
optdepends = r-igraph
optdepends = r-org.hs.eg.db
- source = https://bioconductor.org/packages/release/bioc/src/contrib/pcxn_2.18.0.tar.gz
- sha256sums = 88fb13ddd6834b6523973fb96370ef31a109d5e4bf2e6f18b467e7f52c5a8323
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/pcxn_2.20.0.tar.gz
+ sha256sums = 681e079a705f29967c193cb9b89e05fe2bf82be1d47253f17ff4d73e6ab50312
pkgname = r-pcxn
diff --git a/PKGBUILD b/PKGBUILD
index 3f830bb47d75..73e212405f38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=pcxn
-_pkgver=2.18.0
+_pkgver=2.20.0
pkgname=r-${_pkgname,,}
-pkgver=2.18.0
+pkgver=2.20.0
pkgrel=1
pkgdesc='Exploring, analyzing and visualizing functions utilizing the pcxnData package'
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
r-org.hs.eg.db
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('88fb13ddd6834b6523973fb96370ef31a109d5e4bf2e6f18b467e7f52c5a8323')
+sha256sums=('681e079a705f29967c193cb9b89e05fe2bf82be1d47253f17ff4d73e6ab50312')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"