[arch-commits] Commit in zeromq/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Sat Jun 13 18:28:33 UTC 2015


    Date: Saturday, June 13, 2015 @ 20:28:33
  Author: kkeen
Revision: 135274

upgpkg: zeromq 4.1.1-1

Modified:
  zeromq/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-13 18:08:07 UTC (rev 135273)
+++ PKGBUILD	2015-06-13 18:28:33 UTC (rev 135274)
@@ -1,24 +1,24 @@
 # $Id$
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 pkgname=zeromq
-pkgver=4.0.6
+pkgver=4.1.1
 pkgrel=1
 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' 'libsodium')
-makedepends=('python2')
+depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
+makedepends=('asciidoc' 'xmlto')
 options=('staticlibs')
 source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
         https://raw.githubusercontent.com/zeromq/cppzmq/ac705f6047/zmq.hpp)
-md5sums=('d47dd09ed7ae6e7fd6f9a816d7f5fdf6'
+md5sums=('0a4b44aa085644f25c177f79dc13f253'
          'c1388ca58d417610b6c00d66c81a93f2')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr --with-pgm --with-libsodium
-  sed -i 's/python$/&2/' foreign/openpgm/build-staging/openpgm/pgm/{Makefile,version_generator.py}
+  ./configure prefix=/usr --with-pgm --with-libsodium \
+    --with-documentation --enable-static
   make
 }
 



More information about the arch-commits mailing list