summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-06-01 10:33:25 -0500
committerAlex Branham2018-06-01 10:33:25 -0500
commitfc35432b93d7dc6373f427b174eda3b3610d2379 (patch)
tree1babc4ef32180ef8b6d4d8e9ca7bcf582b07144e
parentb0c7f16db61a8b6d533105e9df237dcbbd4fa0ee (diff)
downloadaur-fc35432b93d7dc6373f427b174eda3b3610d2379.tar.gz
Add libxml2 dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c15587758965..8b6958958c8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = r-xml
arch = x86_64
license = BSD_2_clause + file LICENSE
depends = r
+ depends = libxml2
optdepends = r-bitops
replaces = r-cran-xml
source = https://cran.r-project.org/src/contrib/XML_3.98-1.11.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 6036ca43d24d..e604a904a9d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Tools for Parsing and Generating XML Within R and S-Plus"
arch=('x86_64')
url="https://cran.r-project.org/package=${_cranname}"
license=('BSD_2_clause + file LICENSE')
-depends=('r' )
+depends=('r' 'libxml2')
optdepends=('r-bitops')