From 939483d551b2e872f57484c06d4c098691d597d1 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 22 Jun 2023 21:45:40 -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 b34887a091f0..3e91bf520622 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4270,7 +4270,7 @@ 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 libjxl.so.0.8 libjxl-0.8.2_1 libjxl_dec.so.0.8 libjxl-0.8.2_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 8eb964630920bdd1f458b21cd2b175a67cb03ef4 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 22 Jun 2023 21:46:03 -0400 Subject: [PATCH 2/2] jdupes: update to 1.25.2 --- srcpkgs/jdupes/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template index 3124ed79ffea..28914083a92a 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.2 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=c137d07a70bcf70e15e92365df6b69bd210bb7856b6f10a860529aa7afc324a7 post_install() { - vlicense LICENSE + vlicense LICENSE.txt } do_check() {