summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephen Martin2017-05-01 18:32:09 -0500
committerStephen Martin2017-05-01 18:32:09 -0500
commit9741cb2639bac8e1a47534fc7f3bac493374b30b (patch)
tree4cd6c609d70254245f07d390165f75a16329b127 /PKGBUILD
parent775d0b28c85a19f12a26479b624dc4eb2f300d02 (diff)
downloadaur-9741cb2639bac8e1a47534fc7f3bac493374b30b.tar.gz
Removed openssl from makedepends; openssl-1.0 is a hard dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5683e5aa6164..7fb0abca6661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ arch=('i686' 'x86_64')
url="http://www.rstudio.org/"
license=('AGPL3')
depends=('r>=2.11.1' 'boost-libs>=1.5' 'util-linux' 'gcc-libs' 'openssl-1.0')
-makedepends=('git' 'cmake>=2.8' 'boost>=1.5' 'java-runtime' 'apache-ant' 'unzip' 'openssl' 'bzip2' 'pango' 'pam' 'zlib' 'wget')
+makedepends=('git' 'cmake>=2.8' 'boost>=1.5' 'java-runtime' 'apache-ant' 'unzip' 'bzip2' 'pango' 'pam' 'zlib' 'wget')
install="${pkgname}.install"
conflicts=('rstudio-server')
source=('git://github.com/rstudio/rstudio.git'