summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-12-23 22:59:30 -0800
committerAndy Weidenbaum2015-12-23 22:59:30 -0800
commitbfd9dc7f1c2366422556bdfa069ac0a2eef86de7 (patch)
treea9aa43125dc99329fa853b046261cb0c5c70504c
parentb6137668b96606938655331c75240b33a82c3d18 (diff)
downloadaur-bfd9dc7f1c2366422556bdfa069ac0a2eef86de7.tar.gz
fix deps for dynamically linked libs
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD24
2 files changed, 24 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8191ea97a449..fbed114e90fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Dec 21 16:45:48 UTC 2015
+# Thu Dec 24 06:08:13 UTC 2015
pkgbase = libbitcoin-explorer-git
pkgdesc = The Bitcoin Command Line Tool
pkgver = 20151221
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libbitcoin/libbitcoin-explorer
arch = i686
arch = x86_64
@@ -11,21 +11,21 @@ pkgbase = libbitcoin-explorer-git
license = AGPL3
makedepends = autoconf
makedepends = automake
- makedepends = boost
- makedepends = boost-libs
- makedepends = czmq-git
- makedepends = czmqpp-git
makedepends = gcc
makedepends = git
- makedepends = icu
- makedepends = libbitcoin
- makedepends = libbitcoin-client
- makedepends = libsodium
makedepends = libtool
makedepends = make
makedepends = pkg-config
- makedepends = secp256k1-git
- makedepends = zeromq
+ depends = boost
+ depends = boost-libs
+ depends = czmq-git
+ depends = czmqpp-git
+ depends = icu
+ depends = libbitcoin
+ depends = libbitcoin-client
+ depends = libsodium
+ depends = secp256k1-git
+ depends = zeromq
provides = libbitcoin-explorer
conflicts = libbitcoin-explorer
source = git+https://github.com/libbitcoin/libbitcoin-explorer#branch=version2
diff --git a/PKGBUILD b/PKGBUILD
index e4187c28549b..763f6ca1b077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,26 +2,26 @@
pkgname=libbitcoin-explorer-git
pkgver=20151221
-pkgrel=1
+pkgrel=2
pkgdesc="The Bitcoin Command Line Tool"
arch=('i686' 'x86_64')
+depends=('boost'
+ 'boost-libs'
+ 'czmq-git'
+ 'czmqpp-git'
+ 'icu'
+ 'libbitcoin'
+ 'libbitcoin-client'
+ 'libsodium'
+ 'secp256k1-git'
+ 'zeromq')
makedepends=('autoconf'
'automake'
- 'boost'
- 'boost-libs'
- 'czmq-git'
- 'czmqpp-git'
'gcc'
'git'
- 'icu'
- 'libbitcoin'
- 'libbitcoin-client'
- 'libsodium'
'libtool'
'make'
- 'pkg-config'
- 'secp256k1-git'
- 'zeromq')
+ 'pkg-config')
groups=('libbitcoin')
url="https://github.com/libbitcoin/libbitcoin-explorer"
license=('AGPL3')