diff options
author | Andy Weidenbaum | 2018-02-28 22:33:16 -0800 |
---|---|---|
committer | Andy Weidenbaum | 2018-02-28 22:33:16 -0800 |
commit | 927e36fb604605774919c3ff731a57257196c160 (patch) | |
tree | 693c231d77def4385fa399939068190fc05fd3a2 | |
parent | c351a8f15fd42b6b3622f07dfceb7c54e53915b9 (diff) | |
download | aur-927e36fb604605774919c3ff731a57257196c160.tar.gz |
update pkgver to 20180227, rm miniupnpc
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 8 insertions, 7 deletions
@@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Tue Dec 19 23:04:19 UTC 2017 +# Thu Mar 1 06:32:37 UTC 2018 pkgbase = bitcoin-core-git pkgdesc = Bitcoin Core headless P2P node - pkgver = 20170914 - pkgrel = 2 + pkgver = 20180227 + pkgrel = 1 url = https://github.com/bitcoin/bitcoin install = bitcoin.install arch = armv6h @@ -11,6 +11,7 @@ pkgbase = bitcoin-core-git arch = i686 arch = x86_64 license = MIT + checkdepends = python makedepends = autoconf makedepends = automake makedepends = binutils @@ -22,7 +23,6 @@ pkgbase = bitcoin-core-git depends = boost depends = boost-libs depends = zeromq - optdepends = miniupnpc: build with support for UPnP provides = bitcoin-cli provides = bitcoin-core provides = bitcoin-daemon @@ -1,14 +1,15 @@ # Maintainer: Andy Weidenbaum <archbaum@gmail.com> pkgname=bitcoin-core-git -pkgver=20170914 -pkgrel=2 +pkgver=20180227 +pkgrel=1 pkgdesc="Bitcoin Core headless P2P node" arch=('armv6h' 'armv7h' 'i686' 'x86_64') url="https://github.com/bitcoin/bitcoin" depends=('boost' 'boost-libs' 'zeromq') +checkdepends=('python') makedepends=('autoconf' 'automake' 'binutils' @@ -17,7 +18,6 @@ makedepends=('autoconf' 'm4' 'make' 'pkg-config') -optdepends=('miniupnpc: build with support for UPnP') license=('MIT') source=(git+https://github.com/bitcoin/bitcoin bitcoin.conf @@ -59,6 +59,7 @@ build() { --enable-hardening \ --with-gui=no \ --disable-wallet \ + --without-miniupnpc \ --with-gnu-ld make -j$_nproc } |