summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-12-23 22:59:15 -0800
committerAndy Weidenbaum2015-12-23 22:59:15 -0800
commitee2639a16ca285c1d2221f30a42fa0c8587a8aa0 (patch)
tree4149f794c01132882b782dbd24fb77b0bec20c8c
parent33904eb88861c5cef88c29a994a5a80e96c15b8f (diff)
downloadaur-ee2639a16ca285c1d2221f30a42fa0c8587a8aa0.tar.gz
fix deps for dynamically linked libs
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD21
2 files changed, 22 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9018b33000a..1be49ad5f2ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Dec 21 16:13:56 UTC 2015
+# Thu Dec 24 05:35:22 UTC 2015
pkgbase = libbitcoin-client-git
pkgdesc = The Bitcoin Client Protocol Implementation
pkgver = 20151213
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libbitcoin/libbitcoin-client
arch = i686
arch = x86_64
@@ -11,18 +11,19 @@ pkgbase = libbitcoin-client-git
license = AGPL3
makedepends = autoconf
makedepends = automake
- makedepends = boost
- makedepends = boost-libs
- makedepends = czmq-git
- makedepends = czmqpp-git
makedepends = gcc
- makedepends = libbitcoin
- makedepends = libsodium
+ makedepends = git
makedepends = libtool
makedepends = make
makedepends = pkg-config
- makedepends = secp256k1-git
- makedepends = zeromq
+ depends = boost
+ depends = boost-libs
+ depends = czmq-git
+ depends = czmqpp-git
+ depends = libbitcoin
+ depends = libsodium
+ depends = secp256k1-git
+ depends = zeromq
provides = libbitcoin-client
conflicts = libbitcoin-client
source = git+https://github.com/libbitcoin/libbitcoin-client#branch=version2
diff --git a/PKGBUILD b/PKGBUILD
index 715c7c62a37d..ddd37454c36f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,24 @@
pkgname=libbitcoin-client-git
pkgver=20151213
-pkgrel=1
+pkgrel=2
pkgdesc="The Bitcoin Client Protocol Implementation"
arch=('i686' 'x86_64')
+depends=('boost'
+ 'boost-libs'
+ 'czmq-git'
+ 'czmqpp-git'
+ 'libbitcoin'
+ 'libsodium'
+ 'secp256k1-git'
+ 'zeromq')
makedepends=('autoconf'
'automake'
- 'boost'
- 'boost-libs'
- 'czmq-git'
- 'czmqpp-git'
'gcc'
- 'libbitcoin'
- 'libsodium'
+ 'git'
'libtool'
'make'
- 'pkg-config'
- 'secp256k1-git'
- 'zeromq')
+ 'pkg-config')
groups=('libbitcoin')
url="https://github.com/libbitcoin/libbitcoin-client"
license=('AGPL3')