summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolaraquarion2016-10-27 14:01:35 -0400
committersolaraquarion2016-10-27 14:01:35 -0400
commitbbcb73a6914e57a1f69b5f3bac75991009af0669 (patch)
tree524ada17caaf9a96ae8853760a8214caf961384a
parenta94d00ebb91a685316cfd6d3d9892f7325a1b813 (diff)
downloadaur-bbcb73a6914e57a1f69b5f3bac75991009af0669.tar.gz
updating
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b9636c590d9..e9681a55f39e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Oct 26 22:10:34 UTC 2016
+# Thu Oct 27 18:01:23 UTC 2016
pkgbase = rkward-frameworks-git
pkgdesc = An Easy to use, transparent frontend to the R-language (kf5 frameworks-edition)
pkgver = v0.6.5.r164.g86fb0a7
diff --git a/PKGBUILD b/PKGBUILD
index f1c1384279e9..c6e0de400a1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,10 @@ pkgver(){
}
build() {
cd $srcdir/rkward
-cmake -DCMAKE_INSTALL_PREFIX=/usr
+cmake -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DR_LIBDIR=/usr/lib/R/library
make
}