summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2020-07-14 14:24:47 -0700
committerquest2020-07-14 14:24:47 -0700
commit9f5b13ece8ff89b9ada30a0e09699680afd835ce (patch)
tree340d194d21544feaac90b2a5a0281711a200996c
parentb62d2b2094357c19a84aea17eeb1d7b6ce5b2755 (diff)
downloadaur-9f5b13ece8ff89b9ada30a0e09699680afd835ce.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 3e3729b0ee14..c9e8240dfc70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bitcoin-abc
pkgdesc = Bitcoin ABC with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli
pkgver = 0.21.11
- pkgrel = 0
+ pkgrel = 1
url = https://bitcoinabc.org
install = bitcoin.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 456a9c65ac73..0f99dd525e23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bitcoin-abc
pkgver=0.21.11
-pkgrel=0
+pkgrel=1
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli"
arch=('i686' 'x86_64')
url="https://bitcoinabc.org"