summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-10-24 11:35:11 -0700
committerAndy Weidenbaum2015-10-24 11:35:11 -0700
commit872406595b956c3176d957e9b5f62358d57b01bf (patch)
treeb70a9f00256e893884fcebce5b3ca8d0dcbeb511
parent62b82676c954c1652a61a83a0e0bd17eb046e706 (diff)
downloadaur-872406595b956c3176d957e9b5f62358d57b01bf.tar.gz
increment pkgrel to 2; makedepends
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bb921fac113..d45b24365433 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bitcoinxt
pkgdesc = BitcoinXT headless P2P node
pkgver = 0.11C
- pkgrel = 1
+ pkgrel = 2
url = https://bitcoinxt.software
install = bitcoin.install
arch = i686
@@ -10,16 +10,17 @@ pkgbase = bitcoinxt
makedepends = autoconf
makedepends = automake
makedepends = binutils
+ makedepends = boost
+ makedepends = boost-libs
+ makedepends = curl
makedepends = expect
makedepends = gcc
makedepends = libtool
makedepends = make
+ makedepends = miniupnpc
+ makedepends = openssl
makedepends = pkg-config
makedepends = yasm
- depends = boost
- depends = boost-libs
- depends = miniupnpc
- depends = openssl
provides = bitcoin-cli
provides = bitcoin-daemon
provides = bitcoin-tx
diff --git a/PKGBUILD b/PKGBUILD
index d75d90ffb45d..35da3db810ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,22 @@
pkgname=bitcoinxt
pkgver=0.11C
-pkgrel=1
+pkgrel=2
pkgdesc="BitcoinXT headless P2P node"
arch=('i686' 'x86_64')
url="https://bitcoinxt.software"
-depends=('boost'
- 'boost-libs'
- 'miniupnpc'
- 'openssl')
makedepends=('autoconf'
'automake'
'binutils'
+ 'boost'
+ 'boost-libs'
+ 'curl'
'expect'
'gcc'
'libtool'
'make'
+ 'miniupnpc'
+ 'openssl'
'pkg-config'
'yasm')
license=('MIT')