summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Weiss2017-09-07 11:08:06 -0700
committerMaximilian Weiss2017-09-07 11:08:06 -0700
commit3dc52fc56758833e58ae90c8596be13b2856559b (patch)
tree154acfb3a79406d4e135698c32c0216186585c6d
parentaf767b4b9c3b1fc9798dbaea9d2e9efcdfe46929 (diff)
downloadaur-3dc52fc56758833e58ae90c8596be13b2856559b.tar.gz
Disabled tests compilation, since test code is borked
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 821732fda73d..0aff3be5ab7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = namecoin-core-wallet
pkgdesc = This package provides the Namecoin Core GUI client and CLI daemon. This package does not create a systemd service.
pkgver = v0.13.99.name.tab.beta1
- pkgrel = 1
- epoch = 1504804610
+ pkgrel = 2
+ epoch = 1504807587
url = https://namecoin.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d84e1fb56d8f..62a688ccc7aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@
pkgname=namecoin-core-wallet
pkgver=v0.13.99.name.tab.beta1
-pkgrel=1
+pkgrel=2
# Epoch is always set to the most recent PKGBUILD update time.
# This allows for a forced downgrade without messing up versioning.
-epoch=1504804610
+epoch=1504807587
# Release commit for nc0.13.99-name-tab-beta1
_commit=a11e75411af3b612a36e3516e461934838c0c53b
@@ -35,7 +35,7 @@ build() {
cd "$srcdir/namecoin-core/"
git checkout "$_commit" > /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
}