From 5f65816716301a924704717d450dfc6558c8e26e Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:18:13 +0100 Subject: [PATCH] libtd: rebuild against OpenSSL --- common/shlibs | 2 +- srcpkgs/libtd/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index d51d9792414..0b7c47a037a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3880,7 +3880,7 @@ libcglm.so.0 cglm-0.7.6_1 libfcft.so.3 fcft-2.2.2_1 libaml.so.0 aml-0.1.0_1 libneatvnc.so.0 neatvnc-0.3.2_1 -libtdjson.so.1.7.0 libtd-1.7.0_1 +libtdjson.so.1.7.0 libtd-1.7.0_2 libJudy.so.1 judy-1.0.5_1 libsignal-protocol-c.so.2 libsignal-protocol-c-2.3.3_2 libKSeExprUI.so.4.0.1.0 seexpr-krita-4.0.1.0_1 diff --git a/srcpkgs/libtd/template b/srcpkgs/libtd/template index d39de7663c2..f719ab4d3f1 100644 --- a/srcpkgs/libtd/template +++ b/srcpkgs/libtd/template @@ -1,12 +1,12 @@ # Template file for 'libtd' pkgname=libtd version=1.7.0 -revision=1 +revision=2 wrksrc="td-${version}" build_style=cmake build_helper=qemu hostmakedepends="gperf" -makedepends="libressl-devel zlib-devel" +makedepends="openssl-devel zlib-devel" short_desc="Cross-platform library for building Telegram clients" maintainer="Ivan Sokolov " license="BSL-1.0"