summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2020-07-14 14:23:54 -0700
committerquest2020-07-14 14:23:54 -0700
commit495c5c8319f36da8b2438e26a14eec470dd69f0c (patch)
tree7a27566d543dd3cad517c2df06727e041100648a
parent1bb2ef754823aca251db18516e7ce58d517176a8 (diff)
downloadaur-495c5c8319f36da8b2438e26a14eec470dd69f0c.tar.gz
Remove ninja check due to segfault
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ff917b64241..4e5ad2e2b6d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bitcoin-abc-qt
pkgdesc = Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt
pkgver = 0.21.11
- pkgrel = 0
+ pkgrel = 1
url = https://bitcoinabc.org
install = bitcoin.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index a9aea9d66c8f..8cc86b59fad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bitcoin-abc-qt
pkgver=0.21.11
-pkgrel=0
+pkgrel=1
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt"
arch=('i686' 'x86_64')
url="https://bitcoinabc.org"