summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-05-05 17:16:09 -0700
committerAndy Weidenbaum2016-05-05 17:16:09 -0700
commit78493769a05f3f515db56c166219b167d42b3bef (patch)
tree5845f23b92e1ac5e72ef9646fa46870ec60940b3
parentd6617c5979643eb3f2e617cb5469e9f5422e2f82 (diff)
downloadaur-78493769a05f3f515db56c166219b167d42b3bef.tar.gz
update pkgver to 20160503
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3baed798a3e8..0b21cff8e64e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Apr 3 17:58:14 UTC 2016
+# Fri May 6 00:13:50 UTC 2016
pkgbase = libbitcoin-explorer-git
pkgdesc = Bitcoin Command Line Tool
- pkgver = 20160402
- pkgrel = 2
+ pkgver = 20160503
+ pkgrel = 1
url = https://github.com/libbitcoin/libbitcoin-explorer
arch = i686
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = libbitcoin-explorer-git
makedepends = pkg-config
depends = boost
depends = boost-libs
- depends = czmq-git
- depends = czmqpp-git
+ depends = czmq
+ depends = czmqpp
depends = icu
depends = libbitcoin
depends = libbitcoin-client
diff --git a/PKGBUILD b/PKGBUILD
index bb109f88b6b1..1a9a91619c83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=libbitcoin-explorer-git
-pkgver=20160402
-pkgrel=2
+pkgver=20160503
+pkgrel=1
pkgdesc="Bitcoin Command Line Tool"
arch=('i686' 'x86_64')
depends=('boost'
'boost-libs'
- 'czmq-git'
- 'czmqpp-git'
+ 'czmq'
+ 'czmqpp'
'icu'
'libbitcoin'
'libbitcoin-client'