summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephen Martin2017-12-19 21:50:27 -0600
committerStephen Martin2017-12-19 21:50:27 -0600
commit8e23f97cabcc059273c194e67c477f08f9cc9acc (patch)
treed462b49959bf5234dd65146949231dbf8fdea76a /PKGBUILD
parentd51df363a4e936615b2c5b0c687eeb654f94b9bf (diff)
downloadaur-8e23f97cabcc059273c194e67c477f08f9cc9acc.tar.gz
Fixed bad dep: jdk8-openjdk instead of jre8-openjdk
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5774d795bf3a..91aca9285f30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=rstudio-server-git
_gitname="rstudio"
-pkgver=v1.1.371.r343.g267c8453e1
+pkgver=v1.1.371.r430.gc34c3b0742
_gwtver=2.8.1
_ginver=2.1.2
_clangver=3.8.0
@@ -18,7 +18,7 @@ arch=('i686' 'x86_64')
url="http://www.rstudio.org/"
license=('AGPL3')
depends=('r>=2.11.1' 'boost-libs>=1.5' 'openssl' 'mathjax' 'pandoc' 'clang')
-makedepends=('git' 'cmake>=2.8' 'boost>=1.5' 'jre8-openjdk' 'apache-ant' 'unzip' 'bzip2' 'pango' 'pam' 'zlib' 'wget')
+makedepends=('git' 'cmake>=2.8' 'boost>=1.5' 'jdk8-openjdk' 'apache-ant' 'unzip' 'bzip2' 'pango' 'pam' 'zlib' 'wget')
install="${pkgname}.install"
conflicts=('rstudio-server')
source=('git://github.com/rstudio/rstudio.git'