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

Antonio Rojas arojas at gemini.archlinux.org
Fri Oct 1 21:55:43 UTC 2021


    Date: Friday, October 1, 2021 @ 21:55:42
  Author: arojas
Revision: 1026644

Update c++ lib to 4.8.0

Modified:
  zeromq/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-01 21:49:58 UTC (rev 1026643)
+++ PKGBUILD	2021-10-01 21:55:42 UTC (rev 1026644)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 pkgname=zeromq
 pkgver=4.3.4
-_cppver=4.7.1
-pkgrel=1
+_cppver=4.8.0
+pkgrel=2
 pkgdesc="Fast messaging system built on sockets. C and C++ bindings. aka 0MQ, ZMQ."
 arch=('x86_64')
 url="http://www.zeromq.org"
@@ -16,7 +16,7 @@
         "zmq.hpp.$_cppver.tgz::https://github.com/zeromq/cppzmq/archive/v$_cppver.tar.gz")
         #"zmq.hpp.$pkgver::https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp")
 sha256sums=('c593001a89f5a85dd2ddf564805deb860e02471171b3f204944857336295c3e5'
-            '9853e0437d834cbed5d3c223bf1d755cadee70e7c964c6e42c4c6783dee5d02c')
+            '4c07600e3ef311e24d9cf1917122067b48bd447cb7de86c5d23a29826a204649')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -30,7 +30,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure prefix=/usr --with-pgm --with-libsodium \
-    --with-documentation --enable-static
+    --with-documentation --enable-static --disable-Werror
   make -Wno-unused-function -Wnoerror=unused-function
 }
 



More information about the arch-commits mailing list