summaryrefslogtreecommitdiff
path: root/community/zeromq
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-27 12:52:56 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-27 12:52:56 -0300
commit78e579460b6f67a777a72232903eb7eaf84c945f (patch)
tree13403c8933fd3ea439b3d5734a5a3d0d7b04e386 /community/zeromq
parent45109aea7693acc9077824a431e17110d21ed6b3 (diff)
parentc008601effc878e60852f7928ddadcf5a16eb851 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/spacefm/PKGBUILD extra/eina/PKGBUILD extra/kdeplasma-addons/PKGBUILD
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 a3b216b74..ad882df72 100644
--- a/community/zeromq/PKGBUILD
+++ b/community/zeromq/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 70149 2012-04-30 19:48:46Z kkeen $
+# $Id: PKGBUILD 80560 2012-11-25 15:27:50Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgname=zeromq
-pkgver=2.2.0
-pkgrel=2
+pkgver=3.2.2
+pkgrel=1
pkgdesc="Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ."
arch=('i686' 'x86_64' 'mips64el')
url="http://www.zeromq.org"
@@ -10,7 +10,7 @@ license=('LGPL')
depends=('gcc-libs' 'util-linux')
makedepends=('python2')
source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz)
-md5sums=('1b11aae09b19d18276d0717b2ea288f6')
+md5sums=('df68431d9300da84a1a5f9a2784e33de')
build() {
cd "$srcdir/$pkgname-$pkgver"