libraries/cppzmq: Add missing Catch dependency.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-04-13 20:55:49 +12:00 committed by Willy Sudiarto Raharjo
parent 019de2ea29
commit f7d6e8d4c2
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/zeromq/cppzmq/archive/refs/tags/v4.8.1/cppzmq-4.8.1
MD5SUM="5a1785b0491a6f420e63d940bf701772"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zeromq"
REQUIRES="zeromq Catch"
MAINTAINER="Christoph Willing"
EMAIL="chris.willing@linux.com"