summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 04:32:07 +0000
committerBioArchLinuxBot2023-10-26 04:32:07 +0000
commit6ee6bdee8ea06fd895d00b2de4cdb325448c5260 (patch)
treea7291c04d13b6aaf082254160a53f8a16532b6fc
parenta8249f6c4a7b7001460acf99077c3371d7c09e41 (diff)
downloadaur-6ee6bdee8ea06fd895d00b2de4cdb325448c5260.tar.gz
[lilac] updated to 1.74.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24484ffcbbf8..0dbbb838e383 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-cocitestats
pkgdesc = Different test statistics based on co-citation.
- pkgver = 1.72.0
+ pkgver = 1.74.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.72.0.tar.gz
- sha256sums = bf73910a50c8432cbea2b2144d0f73b9f7b2b07b3f7ec140307394b117db8177
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/CoCiteStats_1.74.0.tar.gz
+ sha256sums = 74a07a73abfc430e7a03986651e130afc32d5440e2a0c0b6e5969b203bc7ada1
pkgname = r-cocitestats
diff --git a/PKGBUILD b/PKGBUILD
index ffb1d452ec4e..2f18f755a9c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CoCiteStats
-_pkgver=1.72.0
+_pkgver=1.74.0
pkgname=r-${_pkgname,,}
-pkgver=1.72.0
+pkgver=1.74.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=('bf73910a50c8432cbea2b2144d0f73b9f7b2b07b3f7ec140307394b117db8177')
+sha256sums=('74a07a73abfc430e7a03986651e130afc32d5440e2a0c0b6e5969b203bc7ada1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"