summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Martin2021-02-04 20:54:45 -0800
committerStephen Martin2021-02-04 20:54:45 -0800
commitb1901ab8b643de9c24807658260c5cbb18580143 (patch)
treec8f5e92c692b80b999ed9c1c0430a2eb9ad03cc9
parent936911604b6e5c75f11f1b5e7596025ed8266bbe (diff)
downloadaur-b1901ab8b643de9c24807658260c5cbb18580143.tar.gz
Added yaml-cpp to deps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08222adc6062..ada77df66c9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -28,6 +28,7 @@ pkgbase = rstudio-server-git
depends = postgresql-libs
depends = sqlite3
depends = soci
+ depends = yaml-cpp
conflicts = rstudio-server
source = git+https://github.com/rstudio/rstudio.git
source = rstudio-server.service
diff --git a/PKGBUILD b/PKGBUILD
index ced2f9cabb03..61c7637c6059 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ pkgdesc="A new integrated development environment (IDE) for R programming langua
arch=('i686' 'x86_64')
url="http://www.rstudio.org/"
license=('AGPL3')
-depends=('r>=3.0.1' 'boost-libs>=1.69' 'openssl' 'mathjax2' 'pandoc' 'clang' 'postgresql-libs' 'sqlite3' 'soci')
+depends=('r>=3.0.1' 'boost-libs>=1.69' 'openssl' 'mathjax2' 'pandoc' 'clang' 'postgresql-libs' 'sqlite3' 'soci' 'yaml-cpp')
makedepends=('git' 'cmake>=3.4.3' 'boost>=1.69' 'jdk8-openjdk' 'apache-ant' 'unzip' 'bzip2' 'pango' 'pam' 'zlib' 'wget' 'yarn')
install="${pkgname}.install"
conflicts=('rstudio-server')