summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-10-24 11:35:38 -0700
committerAndy Weidenbaum2015-10-24 11:35:38 -0700
commit95b14664f89f1d09d05fa1223cf1a0ae23c61d39 (patch)
treefb8c8b89e5f7eba364ac4f982ecb3b5c66135287 /PKGBUILD
parentc49ca2e6048652b7406474087e98d5f83ad4b96d (diff)
downloadaur-95b14664f89f1d09d05fa1223cf1a0ae23c61d39.tar.gz
increment pkgrel to 2; makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca70211bca1e..5221a8588bb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
pkgname=bitcoin-core
pkgver=0.11.1
-pkgrel=1
+pkgrel=2
pkgdesc="Bitcoin Core headless P2P node"
arch=('i686' 'x86_64')
url="https://bitcoin.org"
-depends=('boost'
- 'boost-libs'
- 'miniupnpc'
- 'openssl')
makedepends=('autoconf'
'automake'
'binutils'
+ 'boost'
+ 'boost-libs'
'expect'
'gcc'
'libtool'
'make'
+ 'miniupnpc'
+ 'openssl'
'pkg-config'
'yasm')
license=('MIT')