From 4ad04b00ec9c794e8baa353530b028cd5dfed49b Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 19 Jun 2023 21:14:31 -0400 Subject: [PATCH 1/2] libjodycode: update to 3.0.1 --- common/shlibs | 2 +- srcpkgs/libjodycode/template | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index c293ac460c08..4a102a518486 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4270,5 +4270,5 @@ libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1 libplayerctl.so.2 playerctl-2.4.1_1 libwireplumber-0.4.so.0 wireplumber-0.4.14_1 -libjodycode.so.2 libjodycode-2.0.1_1 +libjodycode.so.3 libjodycode-3.0.1_1 libgsoapssl++-2.8.124.so gsoap-2.8.124_1 diff --git a/srcpkgs/libjodycode/template b/srcpkgs/libjodycode/template index 645266101089..92f5ed05e736 100644 --- a/srcpkgs/libjodycode/template +++ b/srcpkgs/libjodycode/template @@ -1,6 +1,6 @@ # Template file for 'libjodycode' pkgname=libjodycode -version=2.0.1 +version=3.0.1 revision=1 build_style=gnu-makefile make_use_env=yes @@ -8,12 +8,12 @@ short_desc="Shared code used by several utilities written by Jody Bruchon" maintainer="cinerea0 " license="MIT" homepage="https://github.com/jbruchon/libjodycode" -changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES" +changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES.txt" distfiles="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${version}.tar.gz" -checksum=1fdd106ab4d90aa1c0a2546299144f62d18b90acada2d6ee25370c4907048927 +checksum=e02aa4b96577fb5b6ca26018759cdaf71e3768dac321c07a84f2fb93ca4871bf post_install() { - vlicense LICENSE + vlicense LICENSE.txt } libjodycode-devel_package() { From 125b8003039ebb6c5491e8a218c2a220bdcb4eff Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 19 Jun 2023 21:14:51 -0400 Subject: [PATCH 2/2] jdupes: update to 1.25.1 --- srcpkgs/jdupes/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template index 3124ed79ffea..8bfa4e9746a1 100644 --- a/srcpkgs/jdupes/template +++ b/srcpkgs/jdupes/template @@ -1,6 +1,6 @@ # Template file for 'jdupes' pkgname=jdupes -version=1.24.0 +version=1.25.1 revision=1 build_style=gnu-makefile make_build_args="ENABLE_BTRFS=1 ENABLE_DEDUPE=1" @@ -10,12 +10,12 @@ short_desc="Powerful duplicate file finder and an enhanced fork of fdupes" maintainer="cinerea0 " license="MIT" homepage="https://github.com/jbruchon/jdupes" -changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES" +changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES.txt" distfiles="https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz" -checksum=76ee1ffcf958958c3e093bbe9674c9410d4b1d730081b50f6d1e2dc342b230dd +checksum=efcf1fd3c50747a459fcc2d007f27cb1b27b8d392651031553ecfc93943a26f2 post_install() { - vlicense LICENSE + vlicense LICENSE.txt } do_check() {