summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-03-14 14:39:24 +0100
committerPhilipp A2017-03-14 14:39:24 +0100
commit1acbf6804b427bd4415f79f5148ced7c2bd92d71 (patch)
tree1ea13c559e6fcaa76a2c5bc4e40879406da49d36
parent2e96fc167ac6b68800b740b8b9f756bd70ac5811 (diff)
downloadaur-1acbf6804b427bd4415f79f5148ced7c2bd92d71.tar.gz
switched qmake executable
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a375f209102d..74b1ed932108 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rstudio-desktop
pkgdesc = Open source and enterprise-ready professional software for the R community
pkgver = 1.0.136
- pkgrel = 1
+ pkgrel = 2
url = http://www.rstudio.com/
install = rstudio-desktop.install
arch = i686
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
}