summaryrefslogtreecommitdiff
path: root/community/zeromq/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-19 04:05:50 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-19 04:05:50 +0000
commit8640bbf496b9d8a232da91e1db43466797f86861 (patch)
treefcbf174dda4dcdb7026fd6155851740ed939878f /community/zeromq/PKGBUILD
parentbb37a4ecb6bee92615f1312d9907129490105052 (diff)
Wed Mar 19 03:59:18 UTC 2014
Diffstat (limited to 'community/zeromq/PKGBUILD')
-rw-r--r--community/zeromq/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD
index 6c3f2b7ba..bc0854434 100644
--- a/community/zeromq/PKGBUILD
+++ b/community/zeromq/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 102639 2013-12-17 01:13:09Z kkeen $
+# $Id: PKGBUILD 107600 2014-03-18 09:31:39Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgname=zeromq
-pkgver=4.0.3
+pkgver=4.0.4
pkgrel=1
-pkgdesc="Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ."
+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')
@@ -12,8 +12,8 @@ makedepends=('python2')
options=('staticlibs')
source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
https://raw.github.com/zeromq/cppzmq/master/zmq.hpp)
-md5sums=('8348341a0ea577ff311630da0d624d45'
- '388ddb07fdd88b040769e8f4c9b397fa')
+md5sums=('f3c3defbb5ef6cc000ca65e529fdab3b'
+ 'b563c578864e99b67a7b0b5384e7086e')
build() {
cd "$srcdir/$pkgname-$pkgver"