summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 20:58:58 +0000
committerBioArchLinuxBot2024-05-02 20:58:58 +0000
commit5b306b334b7e48bfe1811a9b8bf6c2284d107ed6 (patch)
tree495ae266f2cb7cac784f9a7a25956e6a608ceb02
parent6ee6bdee8ea06fd895d00b2de4cdb325448c5260 (diff)
downloadaur-r-cocitestats.tar.gz
[lilac] updated to 1.76.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dbbb838e383..195d0ecfa3c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-cocitestats
pkgdesc = Different test statistics based on co-citation.
- pkgver = 1.74.0
+ pkgver = 1.76.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.74.0.tar.gz
- sha256sums = 74a07a73abfc430e7a03986651e130afc32d5440e2a0c0b6e5969b203bc7ada1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/CoCiteStats_1.76.0.tar.gz
+ sha256sums = 7d0ac6c4384690e10c565e211dc27ea5b32f89b1e5c247e27f868dc26c1a6b6c
pkgname = r-cocitestats
diff --git a/PKGBUILD b/PKGBUILD
index 2f18f755a9c2..3ce582e705e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CoCiteStats
-_pkgver=1.74.0
+_pkgver=1.76.0
pkgname=r-${_pkgname,,}
-pkgver=1.74.0
+pkgver=1.76.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=('74a07a73abfc430e7a03986651e130afc32d5440e2a0c0b6e5969b203bc7ada1')
+sha256sums=('7d0ac6c4384690e10c565e211dc27ea5b32f89b1e5c247e27f868dc26c1a6b6c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"