summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranonimal2018-10-14 02:36:08 +0000
committeranonimal2018-10-14 02:36:08 +0000
commit4fcc09d24661eeba8254a86e70b67c310791be13 (patch)
tree5d20ef1a6257333ab1c835dc8148cb4f0a29b9cb
parent6ce2dffc1afc8dcce6f9f8b8cbbd2dfa7bcf4410 (diff)
downloadaur-4fcc09d24661eeba8254a86e70b67c310791be13.tar.gz
PKGBUILD: *fully* disable building of tests
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaa3c6d0ad5c..d3f88900f4e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Oct 13 22:09:31 UTC 2018
+# Sun Oct 14 02:34:49 UTC 2018
pkgbase = monero
pkgdesc = Monero: the secure, private, untraceable currency - release version (includes daemon, wallet and miner)
pkgver = 0.13.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://getmonero.org/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8d5791d3cdc7..f94719654977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=('monero')
pkgname=('monero' 'libmonero-wallet')
pkgver=0.13.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="Monero: the secure, private, untraceable currency - release version (includes daemon, wallet and miner)"
license=('custom:Cryptonote')
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -31,7 +31,6 @@ build() {
cd "${srcdir}/${_monero}"
CMAKE_FLAGS+=" -DCMAKE_BUILD_TYPE=Release "
CMAKE_FLAGS+=" -DCMAKE_INSTALL_PREFIX=/usr "
- CMAKE_FLAGS+=" -DBUILD_TESTS=ON "
CMAKE_FLAGS+=" -DBUILD_GUI_DEPS=ON "
#CMAKE_FLAGS+=" -DCMAKE_LINKER=/usr/bin/ld.gold " # #974 ld segfault on ARM, re-implement if needed
mkdir -p $_build && cd $_build