summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-04-07 23:54:08 +0200
committerMichel Zou2017-04-07 23:54:08 +0200
commit6aa0db636833727f9114bf449751c6765111ef27 (patch)
treee6dca617a5d5a1e3a6806adfe52b099237963882
parent40ea1ce9a300f5cc2c4e3ea94443e154e718d992 (diff)
downloadaur-6aa0db636833727f9114bf449751c6765111ef27.tar.gz
4.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d76efd8c50c..534dc35fe71a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Apr 7 21:54:08 UTC 2017
pkgbase = mingw-w64-zeromq
pkgdesc = Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ. (mingw-w64)
- pkgver = 4.0.5
+ pkgver = 4.2.1
pkgrel = 1
url = http://www.zeromq.org
arch = any
@@ -10,8 +12,8 @@ pkgbase = mingw-w64-zeromq
options = staticlibs
options = !strip
options = !buildflags
- source = http://download.zeromq.org/zeromq-4.0.5.tar.gz
- md5sums = 73c39f5eb01b9d7eaf74a5d899f1d03d
+ source = https://github.com/zeromq/libzmq/releases/download/v4.2.1/zeromq-4.2.1.tar.gz
+ md5sums = 820cec2860a72c3257881a394d83bfc0
pkgname = mingw-w64-zeromq
diff --git a/PKGBUILD b/PKGBUILD
index 4f38aeae9d4e..badb6feca9f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-zeromq
-pkgver=4.0.5
+pkgver=4.2.1
pkgrel=1
pkgdesc="Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ. (mingw-w64)"
arch=('any')
@@ -9,8 +9,8 @@ license=("LGPL")
depends=('mingw-w64-crt')
makedepends=('mingw-w64-configure')
options=('staticlibs' '!strip' '!buildflags')
-source=("http://download.zeromq.org/zeromq-$pkgver.tar.gz")
-md5sums=('73c39f5eb01b9d7eaf74a5d899f1d03d')
+source=("https://github.com/zeromq/libzmq/releases/download/v${pkgver}/zeromq-${pkgver}.tar.gz")
+md5sums=('820cec2860a72c3257881a394d83bfc0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -34,7 +34,6 @@ package() {
cd "${srcdir}/zeromq-${pkgver}/build-${_arch}"
make DESTDIR="$pkgdir" install
rm "$pkgdir"/usr/${_arch}/bin/*.exe
- rm -r "$pkgdir"/usr/${_arch}/share
${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
done