testing/tmate: rebuild against msgpack-c-6

This commit is contained in:
psykose 2023-03-05 02:09:07 +00:00
parent 8aef80a2bc
commit f923597f4b
2 changed files with 16 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Daniel Isaksen <d@duniel.no>
pkgname=tmate
pkgver=2.4.0
pkgrel=3
pkgrel=4
pkgdesc="Instant Terminal Sharing"
url="https://tmate.io/"
arch="all"
@ -20,6 +20,7 @@ makedepends="
"
subpackages="$pkgname-doc"
source="tmate-$pkgver.tar.gz::https://github.com/tmate-io/tmate/archive/$pkgver.tar.gz
msgpack-c.patch
implicit-decl.patch
"
@ -56,5 +57,6 @@ package() {
sha512sums="
92d2ca354b295678bfc2747ca83a45ebafeaec40ebac94bd94c4926af4f820b3f3a087f365147f41c80d1c8ad032f52c697a2421839c39315d84f98f7eccada6 tmate-2.4.0.tar.gz
39db11866fc76178630244da3d6d555a2090d9bab9a54425344767bda130b30931198af6eb0c775cbe6b4f14987e0271dd30b7110b0591ac94dfc81b32486036 msgpack-c.patch
2d460f9caa6bf9bbd934512b545e8ef9c0616202aab7da7e4164f136efcffa341047a52b0c1879becd178fdb9e72914871916f0e2b5ac9990e95bbfd3ccb64a9 implicit-decl.patch
"

View File

@ -0,0 +1,13 @@
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"