summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 17:07:04 +0000
committerBioArchLinuxBot2023-04-27 17:07:04 +0000
commita8249f6c4a7b7001460acf99077c3371d7c09e41 (patch)
treedc61e8a410262eff8a1c4c777f24d7fc0da53346
parentaaeb25ecba2d9528b3bfc9560157a03b4503a382 (diff)
downloadaur-a8249f6c4a7b7001460acf99077c3371d7c09e41.tar.gz
[lilac] updated to 1.72.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1564f145a9f5..24484ffcbbf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-cocitestats
pkgdesc = Different test statistics based on co-citation.
- pkgver = 1.70.0
+ pkgver = 1.72.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.70.0.tar.gz
- sha256sums = 9fa640ab6f8a1eba238c6e8fe240ecc109e81d921ca80bb1b41fb1bfcc7fe786
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/CoCiteStats_1.72.0.tar.gz
+ sha256sums = bf73910a50c8432cbea2b2144d0f73b9f7b2b07b3f7ec140307394b117db8177
pkgname = r-cocitestats
diff --git a/PKGBUILD b/PKGBUILD
index db884545962c..ffb1d452ec4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CoCiteStats
-_pkgver=1.70.0
+_pkgver=1.72.0
pkgname=r-${_pkgname,,}
-pkgver=1.70.0
+pkgver=1.72.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=('9fa640ab6f8a1eba238c6e8fe240ecc109e81d921ca80bb1b41fb1bfcc7fe786')
+sha256sums=('bf73910a50c8432cbea2b2144d0f73b9f7b2b07b3f7ec140307394b117db8177')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"