summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 18:19:00 +0000
committerBioArchLinuxBot2022-11-02 18:19:00 +0000
commit184ce4d1e1f2630c5ea431912b6291e8f5695ccd (patch)
treed4f41f1ec6504ae9030a8a4f387ab6c9ac70babb
parent6e8f8b5d5248ae857f843c5345dad29a1c646930 (diff)
downloadaur-184ce4d1e1f2630c5ea431912b6291e8f5695ccd.tar.gz
[lilac] updated to 2.19.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e163b8106ef9..142c9dcdb80f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-pcxndata
pkgdesc = Correlation coefficients and p values between pre-defined pathway/gene sets
- pkgver = 2.18.0
+ pkgver = 2.19.0
pkgrel = 1
url = https://bioconductor.org/packages/pcxnData
arch = any
license = MIT
depends = r
optdepends = r-pcxn
- source = https://bioconductor.org/packages/release/data/experiment/src/contrib/pcxnData_2.18.0.tar.gz
- sha256sums = 902c1732c293e4a205089cc6518efe12ed549e33b0535e5789f8e4c3463a8cbf
+ source = https://bioconductor.org/packages/release/data/experiment/src/contrib/pcxnData_2.19.0.tar.gz
+ sha256sums = 62ca462b8f328aab3cce7c38d6ba45ceba969df241624401473e4499e0a732b9
pkgname = r-pcxndata
diff --git a/PKGBUILD b/PKGBUILD
index b5f0fb7e0ea5..4d448373b165 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=pcxnData
-_pkgver=2.18.0
+_pkgver=2.19.0
pkgname=r-${_pkgname,,}
-pkgver=2.18.0
+pkgver=2.19.0
pkgrel=1
pkgdesc='Correlation coefficients and p values between pre-defined pathway/gene sets'
arch=('any')
@@ -16,7 +16,7 @@ optdepends=(
r-pcxn
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('902c1732c293e4a205089cc6518efe12ed549e33b0535e5789f8e4c3463a8cbf')
+sha256sums=('62ca462b8f328aab3cce7c38d6ba45ceba969df241624401473e4499e0a732b9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"