summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 07:27:05 +0000
committerBioArchLinuxBot2022-11-03 07:27:05 +0000
commitaaeb25ecba2d9528b3bfc9560157a03b4503a382 (patch)
tree5ba7fcbbbd88d9848ce37cff64bc9657d62447be
parented18d379d01728eea341db2e56d714e1ad50e809 (diff)
downloadaur-aaeb25ecba2d9528b3bfc9560157a03b4503a382.tar.gz
[lilac] updated to 1.70.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a1d6f9cc109..1564f145a9f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-cocitestats
pkgdesc = Different test statistics based on co-citation.
- pkgver = 1.68.0
+ pkgver = 1.70.0
pkgrel = 1
url = https://bioconductor.org/packages/CoCiteStats
arch = any
@@ -8,7 +8,7 @@ pkgbase = r-cocitestats
depends = r
depends = r-annotationdbi
depends = r-org.hs.eg.db
- source = https://bioconductor.org/packages/release/bioc/src/contrib/CoCiteStats_1.68.0.tar.gz
- sha256sums = be90d733faedf289bb3df3f85367559006914375b336e9993fdff5f7fbeceaa9
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/CoCiteStats_1.70.0.tar.gz
+ sha256sums = 9fa640ab6f8a1eba238c6e8fe240ecc109e81d921ca80bb1b41fb1bfcc7fe786
pkgname = r-cocitestats
diff --git a/PKGBUILD b/PKGBUILD
index 264dbe3ff734..db884545962c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CoCiteStats
-_pkgver=1.68.0
+_pkgver=1.70.0
pkgname=r-${_pkgname,,}
-pkgver=1.68.0
+pkgver=1.70.0
pkgrel=1
pkgdesc='Different test statistics based on co-citation.'
arch=('any')
@@ -15,7 +15,7 @@ depends=(
r-org.hs.eg.db
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('be90d733faedf289bb3df3f85367559006914375b336e9993fdff5f7fbeceaa9')
+sha256sums=('9fa640ab6f8a1eba238c6e8fe240ecc109e81d921ca80bb1b41fb1bfcc7fe786')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"