summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2017-03-14 14:39:24 +0100
committerPhilipp A2017-03-14 14:39:24 +0100
commit1acbf6804b427bd4415f79f5148ced7c2bd92d71 (patch)
tree1ea13c559e6fcaa76a2c5bc4e40879406da49d36 /PKGBUILD
parent2e96fc167ac6b68800b740b8b9f756bd70ac5811 (diff)
downloadaur-1acbf6804b427bd4415f79f5148ced7c2bd92d71.tar.gz
switched qmake executable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea81174bb183..1f371237c559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.0.136
_gwtver=2.7.0
_ginver=1.5
_clangver=3.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Open source and enterprise-ready professional software for the R community"
arch=('i686' 'x86_64')
url="http://www.rstudio.com/"
@@ -64,7 +64,7 @@ build() {
cmake -DRSTUDIO_TARGET=Desktop \
-DCMAKE_BUILD_TYPE=Release \
- -DQT_QMAKE_EXECUTABLE=/usr/lib/qt/bin/qmake \
+ -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt5 \
-DCMAKE_INSTALL_PREFIX=/usr/lib/rstudio
}