From 470114a96904c47925cf4d52bf95bed665aa1cbb Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 7 Dec 2023 19:36:20 +0100 Subject: [PATCH] libcotp: update to 3.0.0 OTPClient needs to be rebuilt, since the internal API in libcotp has changed, hence the revision bump. --- common/shlibs | 1 + srcpkgs/OTPClient/template | 2 +- srcpkgs/libcotp/template | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index f7046cbb6c206..1285ab3169c65 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3492,6 +3492,7 @@ libwlroots.so.10 wlroots0.15-0.15.1_1 libwlroots.so.11 wlroots0.16-0.16.0_1 libbaseencode.so.1 libbaseencode-1.0.9_1 libcotp.so.2 libcotp-2.0.1_1 +libcotp.so.3 libcotp-3.0.0_1 libunarr.so.1 libunarr-1.0.1_1 libretro-gtk-1.so.0 retro-gtk-1.0.0_1 libmanette-0.2.so.0 libmanette-0.2.1_1 diff --git a/srcpkgs/OTPClient/template b/srcpkgs/OTPClient/template index 66a502e40d338..d730df96e7a31 100644 --- a/srcpkgs/OTPClient/template +++ b/srcpkgs/OTPClient/template @@ -1,7 +1,7 @@ # Template file for 'OTPClient' pkgname=OTPClient version=3.2.1 -revision=1 +revision=2 build_style=cmake hostmakedepends="pkg-config" makedepends="gtk+3-devel libglib-devel libgcrypt-devel libpng-devel diff --git a/srcpkgs/libcotp/template b/srcpkgs/libcotp/template index ddfcce536f34f..9f91700e6d604 100644 --- a/srcpkgs/libcotp/template +++ b/srcpkgs/libcotp/template @@ -1,6 +1,6 @@ # Template file for 'libcotp' pkgname=libcotp -version=2.0.2 +version=3.0.0 revision=1 build_style=cmake hostmakedepends="pkg-config" @@ -10,7 +10,7 @@ maintainer="Emil Miler " license="Apache-2.0" homepage="https://github.com/paolostivanin/libcotp" distfiles="https://github.com/paolostivanin/libcotp/archive/refs/tags/v${version}.tar.gz" -checksum=c5357af4b3f6b3c5ad91e7f6cc6866a6139d0f89e780a057be34b31d4620caec +checksum=ff0b9ce208c4c6542a0f1e739cf31978fbf28848c573837c671a6cb7b56b2c12 libcotp-devel_package() { depends="${sourcepkg}>=${version}_${revision}"