summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08688c3b3b1d..9eab4907a4f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bitcoin-segwit2x-git
pkgdesc = The "official" segwit2x software representing the New York scaling agreement, a.k.a. the Silbert agreement
pkgver = v1.14.5.2.ga301696f4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/btc1/bitcoin/tree/segwit2x
arch = i686
arch = x86_64
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
}