summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 00:19:17 +0000
committerBioArchLinuxBot2022-11-03 00:19:17 +0000
commit39ffba1c3788c45b0e1cbf637e964a9ce4a03ec2 (patch)
tree05c2b5c360474a76c2fb7f60463892473e281c18
parentf6f95174e84c12d901d88ee6889d7d87f132df8e (diff)
downloadaur-39ffba1c3788c45b0e1cbf637e964a9ce4a03ec2.tar.gz
[lilac] updated to 1.26.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f69cfac69eb..500e41f0ce8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rgraph2js
pkgdesc = Convert a Graph into a D3js Script
- pkgver = 1.24.0
+ pkgver = 1.26.0
pkgrel = 1
url = https://bioconductor.org/packages/RGraph2js
arch = any
@@ -15,7 +15,7 @@ pkgbase = r-rgraph2js
optdepends = r-runit
optdepends = r-sna
optdepends = r-xtable
- source = https://bioconductor.org/packages/release/bioc/src/contrib/RGraph2js_1.24.0.tar.gz
- sha256sums = 030343539867f8ee1b6804ead32aaea892befffebaade5c2c7a5ed1448c7ce91
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/RGraph2js_1.26.0.tar.gz
+ sha256sums = f9e70ce4e3ee61560494d09cacc3c89dbf59ed7f93af25d6ac3bc6f521ba727b
pkgname = r-rgraph2js
diff --git a/PKGBUILD b/PKGBUILD
index d74de4d38fde..7cf3d7b8dd15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RGraph2js
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.0
pkgrel=1
pkgdesc='Convert a Graph into a D3js Script'
arch=('any')
@@ -25,7 +25,7 @@ optdepends=(
r-xtable
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('030343539867f8ee1b6804ead32aaea892befffebaade5c2c7a5ed1448c7ce91')
+sha256sums=('f9e70ce4e3ee61560494d09cacc3c89dbf59ed7f93af25d6ac3bc6f521ba727b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"