summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 15:36:03 +0000
committerBioArchLinuxBot2022-11-26 15:36:03 +0000
commit777a1cfdbfcdc0777a972894d2e3a1bef034ceaa (patch)
tree5118f416c9743ef633470c2389245cbfaa99aead
parentd3fa9d3ac43a0c3272d07eadba346d01ffadbef1 (diff)
downloadaur-777a1cfdbfcdc0777a972894d2e3a1bef034ceaa.tar.gz
[lilac] updated to 2.4.8-3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbd73370832e..2f3f5760558b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-rnexml
pkgdesc = Semantically Rich I/O for the 'NeXML' Format
pkgver = 2.4.8
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=RNeXML
arch = any
license = BSD
@@ -9,9 +9,9 @@ pkgbase = r-rnexml
depends = r-ape
depends = r-dplyr
depends = r-httr
- depends = r-lazyeval
depends = r-plyr
depends = r-reshape2
+ depends = r-rlang
depends = r-stringi
depends = r-stringr
depends = r-tidyr
@@ -25,10 +25,9 @@ pkgbase = r-rnexml
optdepends = r-phytools
optdepends = r-rdflib
optdepends = r-rfigshare
- optdepends = r-rlang
optdepends = r-rmarkdown
optdepends = r-spelling
- optdepends = r-taxadb
+ optdepends = r-taxalight
optdepends = r-testthat
optdepends = r-xslt
source = https://cran.r-project.org/src/contrib/RNeXML_2.4.8.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1adbd4c0d6b3..8c8ecbef4207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=RNeXML
_pkgver=2.4.8
pkgname=r-${_pkgname,,}
pkgver=2.4.8
-pkgrel=1
+pkgrel=3
pkgdesc="Semantically Rich I/O for the 'NeXML' Format"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -14,9 +14,9 @@ depends=(
r-ape
r-dplyr
r-httr
- r-lazyeval
r-plyr
r-reshape2
+ r-rlang
r-stringi
r-stringr
r-tidyr
@@ -32,10 +32,9 @@ optdepends=(
r-phytools
r-rdflib
r-rfigshare
- r-rlang
r-rmarkdown
r-spelling
- r-taxadb
+ r-taxalight
r-testthat
r-xslt
)