summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-12-23 22:59:07 -0800
committerAndy Weidenbaum2015-12-23 22:59:07 -0800
commit4f57a068765717cc07407dbf60837e97b3774472 (patch)
tree1966ecb1580857e14ecfa4fb1d4c54dad3ad892a /PKGBUILD
parent5e3140df24534a3e433c65643ea2c47b738f3b20 (diff)
downloadaur-4f57a068765717cc07407dbf60837e97b3774472.tar.gz
fix deps for dynamically linked libs
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')