summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-04-03 10:59:10 -0700
committerAndy Weidenbaum2016-04-03 10:59:10 -0700
commit51dd77108e417e60e59b231c57ce89bab7fbd28c (patch)
tree06d87c71ef305e014aa5b76bc4f2d2453622cdc9 /PKGBUILD
parent0376c686310a1d345ebe639a7b58abd056ac3a93 (diff)
downloadaur-51dd77108e417e60e59b231c57ce89bab7fbd28c.tar.gz
s/secp256k1/libsecp256k1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26bd935bdb9d..4b9fa622e980 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=libbitcoin-server-git
-pkgver=20160402
-pkgrel=2
+pkgver=20160403
+pkgrel=1
pkgdesc="Bitcoin Full Node and Query Server"
arch=('i686' 'x86_64')
depends=('boost'
@@ -16,8 +16,8 @@ depends=('boost'
'libbitcoin-database'
'libbitcoin-network'
'libbitcoin-node'
+ 'libsecp256k1'
'libsodium'
- 'secp256k1-git'
'zeromq')
makedepends=('autoconf'
'automake'