summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaximilian Weiss2017-09-29 02:26:56 -0700
committerMaximilian Weiss2017-09-29 02:26:56 -0700
commitd2a9f3377b6b136b4c42e60172ba77b1acd70ada (patch)
tree50ef64137d56164ab7c679bb5cc68ebcf8d3c53f /PKGBUILD
parentf61d123230a41677ada8fb07ca38eea38d747a3f (diff)
downloadaur-bitcoin-segwit2x-git.tar.gz
Incremented pkgrel, since a rebuild is required after boost package updated. Also disabled tests, for faster compilation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4119aafc09d5..6dacaef7b28a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=bitcoin-segwit2x-git
pkgver=v1.14.5.2.ga301696f4
-pkgrel=1
+pkgrel=2
pkgdesc='The "official" segwit2x software representing the New York scaling agreement, a.k.a. the Silbert agreement'
arch=('i686' 'x86_64')
@@ -36,7 +36,7 @@ build() {
git checkout segwit2x > /dev/null 2>&1
git reset --hard HEAD > /dev/null 2>&1
./autogen.sh
- ./configure --prefix=/usr --enable-upnp-default --enable-hardening --with-gui=qt5
+ ./configure --prefix=/usr --enable-upnp-default --enable-hardening --with-gui=qt5 --disable-tests
make DESTDIR="$srcdir/tmp"
make DESTDIR="$srcdir/tmp" install
}