summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d92ff0c1273..ee353173e732 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
pkgname=libbitcoin-blockchain-git
pkgver=20151221
-pkgrel=1
+pkgrel=2
pkgdesc="Bitcoin Blockchain Implementation"
arch=('i686' 'x86_64')
+depends=('boost'
+ 'boost-libs'
+ 'libbitcoin'
+ 'libbitcoin-consensus'
+ 'secp256k1-git')
makedepends=('autoconf'
'automake'
- 'boost'
- 'boost-libs'
'gcc'
'git'
- 'libbitcoin'
- 'libbitcoin-consensus'
'libtool'
'make'
- 'pkg-config'
- 'secp256k1-git')
+ 'pkg-config')
groups=('libbitcoin')
url="https://github.com/libbitcoin/libbitcoin-blockchain"
license=('AGPL3')