summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-04-03 10:58:48 -0700
committerAndy Weidenbaum2016-04-03 10:58:48 -0700
commit7c9a1101dc99e9da29ac4e830c903e9796c251ec (patch)
tree0b8fd42de15f13c56a84419fc517ebd0bed7eb51 /PKGBUILD
parent5396dc54e2e76ff8dca1c165ac7426f6fe886747 (diff)
downloadaur-7c9a1101dc99e9da29ac4e830c903e9796c251ec.tar.gz
s/secp256k1/libsecp256k1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8c76b14850b..4154127fe9dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: William Giokas (KaiSforza) <1007380@gmail.com>
pkgname=libbitcoin-network-git
-pkgver=20160401
+pkgver=20160403
pkgrel=1
pkgdesc="Bitcoin P2P Network Library"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('boost'
'boost-libs'
'icu'
'libbitcoin'
- 'secp256k1-git')
+ 'libsecp256k1')
makedepends=('autoconf'
'automake'
'gcc'