summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 04:36:53 +0000
committerBioArchLinuxBot2023-04-27 04:36:53 +0000
commit7fdba5d8bab64d543232d5b393e57181f8527335 (patch)
treeb1c5949845b4a3ae530fe5b7678b1539abcb818a
parent42e9fa3948639740bc099b7503bee86185d9b9a6 (diff)
downloadaur-7fdba5d8bab64d543232d5b393e57181f8527335.tar.gz
[lilac] updated to 2.22.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07040aef54b2..2539ce972501 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-pcxn
pkgdesc = Exploring, analyzing and visualizing functions utilizing the pcxnData package
- pkgver = 2.20.0
+ pkgver = 2.22.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.20.0.tar.gz
- sha256sums = 681e079a705f29967c193cb9b89e05fe2bf82be1d47253f17ff4d73e6ab50312
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/pcxn_2.22.0.tar.gz
+ sha256sums = f03f6ac8cd089b26f983e95043db7cf43e9261bfa794997c6d6c44be90d8623a
pkgname = r-pcxn
diff --git a/PKGBUILD b/PKGBUILD
index 73e212405f38..cd931f81dde5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=pcxn
-_pkgver=2.20.0
+_pkgver=2.22.0
pkgname=r-${_pkgname,,}
-pkgver=2.20.0
+pkgver=2.22.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=('681e079a705f29967c193cb9b89e05fe2bf82be1d47253f17ff4d73e6ab50312')
+sha256sums=('f03f6ac8cd089b26f983e95043db7cf43e9261bfa794997c6d6c44be90d8623a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"