summaryrefslogtreecommitdiff
path: root/community/zeromq
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-27 03:22:28 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-27 03:22:28 +0000
commiteb411a7c7cc929ada01019bd4c306116ce385693 (patch)
tree206efb6706787a041fee82bcef85d967f3cf58a5 /community/zeromq
parent7858fe5d7a6544b96702d2bdb6f075481816109e (diff)
Thu Mar 27 03:18:41 UTC 2014
Diffstat (limited to 'community/zeromq')
-rw-r--r--community/zeromq/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD
index bc0854434..55d36eccc 100644
--- a/community/zeromq/PKGBUILD
+++ b/community/zeromq/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 107600 2014-03-18 09:31:39Z kkeen $
+# $Id: PKGBUILD 108315 2014-03-26 15:56:05Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgname=zeromq
pkgver=4.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Fast messaging system built on sockets. C and C++ bindings. aka 0MQ, ZMQ."
arch=('i686' 'x86_64')
url="http://www.zeromq.org"
@@ -11,9 +11,9 @@ depends=('gcc-libs' 'util-linux' 'libsodium')
makedepends=('python2')
options=('staticlibs')
source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
- https://raw.github.com/zeromq/cppzmq/master/zmq.hpp)
+ https://raw.githubusercontent.com/zeromq/cppzmq/04d289760/zmq.hpp)
md5sums=('f3c3defbb5ef6cc000ca65e529fdab3b'
- 'b563c578864e99b67a7b0b5384e7086e')
+ '37b74022028bd4dc9253f123fa27da63')
build() {
cd "$srcdir/$pkgname-$pkgver"