summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 00:22:29 +0000
committerBioArchLinuxBot2022-11-03 00:22:29 +0000
commit0cad9c15f42a3f28e860d9da45a8b1bc53ed93f5 (patch)
treecb43cb6767a55e5ccfb5c613c7398cf7dde89543
parente5d666d351c68a587c18eb5ee6014fe416cec0bd (diff)
downloadaur-0cad9c15f42a3f28e860d9da45a8b1bc53ed93f5.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 7fcd9bb4eca0..699af37f1565 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-graphat
pkgdesc = Graph Theoretic Association Tests
- pkgver = 1.68.0
+ pkgver = 1.70.0
pkgrel = 1
url = https://bioconductor.org/packages/GraphAT
arch = any
@@ -8,7 +8,7 @@ pkgbase = r-graphat
depends = r
depends = r-graph
depends = r-mcmcpack
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GraphAT_1.68.0.tar.gz
- sha256sums = c1e93243abe1dcf75b247224f87ae65377256bf7c45c5ae1c21ce7eba667b8e8
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GraphAT_1.70.0.tar.gz
+ sha256sums = 940e53de1c66e89c6edfadfab8fab22a84a682f227bc647eb3cfaccc765f8ef8
pkgname = r-graphat
diff --git a/PKGBUILD b/PKGBUILD
index 39d0fcde92b0..fd72b31f37c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GraphAT
-_pkgver=1.68.0
+_pkgver=1.70.0
pkgname=r-${_pkgname,,}
-pkgver=1.68.0
+pkgver=1.70.0
pkgrel=1
pkgdesc='Graph Theoretic Association Tests'
arch=('any')
@@ -15,7 +15,7 @@ depends=(
r-mcmcpack
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c1e93243abe1dcf75b247224f87ae65377256bf7c45c5ae1c21ce7eba667b8e8')
+sha256sums=('940e53de1c66e89c6edfadfab8fab22a84a682f227bc647eb3cfaccc765f8ef8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"