tmate: revbump for msgpack-6.0.2

This commit is contained in:
Duncaen 2024-08-08 16:34:38 +02:00
parent 5cce7df614
commit fa7eb7fcec
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,14 @@
Source: https://git.alpinelinux.org/aports/plain/testing/tmate/msgpack-c.patch
diff --git a/configure.ac b/configure.ac
index 028d555..9bbe2ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -201,7 +201,7 @@ fi
PKG_CHECK_MODULES(
MSGPACK,
- msgpack >= 1.1.0,
+ msgpack-c >= 1.1.0,
[
CPPFLAGS="$MSGPACK_CFLAGS $CPPFLAGS"
LIBS="$MSGPACK_LIBS $LIBS"

View File

@ -1,7 +1,7 @@
# Template file for 'tmate'
pkgname=tmate
version=2.4.0
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="libevent-devel libssh-devel msgpack-devel ncurses-devel"