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

Kyle Keen kkeen at archlinux.org
Wed Jul 1 10:35:46 UTC 2015


    Date: Wednesday, July 1, 2015 @ 12:35:46
  Author: kkeen
Revision: 136193

upgpkg: zeromq 4.1.2-2  FS#45345

Modified:
  zeromq/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-01 07:51:31 UTC (rev 136192)
+++ PKGBUILD	2015-07-01 10:35:46 UTC (rev 136193)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 pkgname=zeromq
 pkgver=4.1.2
-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"
@@ -10,13 +10,17 @@
 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)
+source=("http://download.zeromq.org/$pkgname-$pkgver.tar.gz"
+        'https://raw.githubusercontent.com/zeromq/cppzmq/ac705f6047/zmq.hpp'
+        'https://github.com/zeromq/zeromq4-1/commit/81464652.patch')
 md5sums=('159c0c56a895472f02668e692d122685'
-         'c1388ca58d417610b6c00d66c81a93f2')
+         'c1388ca58d417610b6c00d66c81a93f2'
+         'b6b2f8d633b05bcbe970aab089f17d9b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+  # temporary ipv6 fix for 4.1.2 (FS#45345)
+  patch -Np1 -i  "$srcdir/81464652.patch"
   ./configure prefix=/usr --with-pgm --with-libsodium \
     --with-documentation --enable-static
   make



More information about the arch-commits mailing list