diff options
author | root <root@rshg054.dnsready.net> | 2013-10-20 01:03:58 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-20 01:03:58 -0700 |
commit | 3ff90101074484f08d42a36a095206b516d182c0 (patch) | |
tree | 84b693f7496302e898778ce13093f78f21fb8884 /community/zeromq | |
parent | 2acddcfe190f9a97a7148d263a21df434c67ffcf (diff) |
Sun Oct 20 01:03:34 PDT 2013
Diffstat (limited to 'community/zeromq')
-rw-r--r-- | community/zeromq/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD index 6dd79f795..a91968c25 100644 --- a/community/zeromq/PKGBUILD +++ b/community/zeromq/PKGBUILD @@ -1,15 +1,14 @@ -# $Id: PKGBUILD 98801 2013-10-18 21:18:46Z kkeen $ +# $Id: PKGBUILD 98805 2013-10-18 23:13:16Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> pkgname=zeromq pkgver=4.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ." arch=('i686' 'x86_64') url="http://www.zeromq.org" license=('LGPL') -depends=('gcc-libs' 'util-linux') -makedepends=('python2' 'libsodium') -optdepends=('libsodium: for NaCl crypto') +depends=('gcc-libs' 'util-linux' 'libsodium') +makedepends=('python2') source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz https://raw.github.com/zeromq/cppzmq/master/zmq.hpp) md5sums=('e738c310d135e20fa48c5b348da18e22' |