summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 12:23:16 +0000
committerBioArchLinuxBot2022-11-26 12:23:16 +0000
commitbacf72fb43f565cb8d3311b93f9240004ff4de34 (patch)
tree6fcfa724b3b59e48120dbefec9f735b5ab0356b1
parentbdf485e8d7c8d0d288fc883df40ef0af06847ca5 (diff)
downloadaur-bacf72fb43f565cb8d3311b93f9240004ff4de34.tar.gz
[lilac] updated to 1.76.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e208d899c34..a42b84195fa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = r-graph
pkgdesc = graph: A package to handle graph data structures
pkgver = 1.76.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/graph
arch = x86_64
license = Artistic2.0
depends = r
depends = r-biocgenerics
+ optdepends = r-biocstyle
optdepends = r-cluster
+ optdepends = r-knitr
optdepends = r-rbgl
optdepends = r-rgraphviz
optdepends = r-runit
diff --git a/PKGBUILD b/PKGBUILD
index 9664c35321e7..5208fa544f77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=graph
_pkgver=1.76.0
pkgname=r-${_pkgname,,}
pkgver=1.76.0
-pkgrel=1
+pkgrel=3
pkgdesc='graph: A package to handle graph data structures'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -14,7 +14,9 @@ depends=(
r-biocgenerics
)
optdepends=(
+ r-biocstyle
r-cluster
+ r-knitr
r-rbgl
r-rgraphviz
r-runit