summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2018-02-28 22:33:16 -0800
committerAndy Weidenbaum2018-02-28 22:33:16 -0800
commit927e36fb604605774919c3ff731a57257196c160 (patch)
tree693c231d77def4385fa399939068190fc05fd3a2
parentc351a8f15fd42b6b3622f07dfceb7c54e53915b9 (diff)
downloadaur-927e36fb604605774919c3ff731a57257196c160.tar.gz
update pkgver to 20180227, rm miniupnpc
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6e9fc5d9ca9..0eb0fc1d2a92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index df8ff1dd8121..4b05c245319d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}