From abb8f31a3cde8f42a410864fa6f47f8622467283 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 4 Jul 2023 13:14:54 -0400 Subject: [PATCH 1/2] libjodycode: update to 3.1 --- srcpkgs/libjodycode/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libjodycode/template b/srcpkgs/libjodycode/template index 92f5ed05e73613..fa91b332c5f471 100644 --- a/srcpkgs/libjodycode/template +++ b/srcpkgs/libjodycode/template @@ -1,6 +1,6 @@ # Template file for 'libjodycode' pkgname=libjodycode -version=3.0.1 +version=3.1 revision=1 build_style=gnu-makefile make_use_env=yes @@ -10,7 +10,7 @@ license="MIT" homepage="https://github.com/jbruchon/libjodycode" changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES.txt" distfiles="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${version}.tar.gz" -checksum=e02aa4b96577fb5b6ca26018759cdaf71e3768dac321c07a84f2fb93ca4871bf +checksum=c72974eb1d38873e06ea84b3d78990f87192f0113da5bd13fcac6bbc6a6e2184 post_install() { vlicense LICENSE.txt @@ -21,6 +21,7 @@ libjodycode-devel_package() { depends="${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include + vmove "usr/lib/*.so" vmove "usr/lib/*.a" } } From e84f9407bd8d2e40c7f00ebad176f78398947d54 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 4 Jul 2023 13:15:09 -0400 Subject: [PATCH 2/2] jdupes: update to 1.26.1 --- srcpkgs/jdupes/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template index 9c77eb429b69a1..657ce382ec073d 100644 --- a/srcpkgs/jdupes/template +++ b/srcpkgs/jdupes/template @@ -1,6 +1,6 @@ # Template file for 'jdupes' pkgname=jdupes -version=1.25.3 +version=1.26.1 revision=1 build_style=gnu-makefile make_build_args="ENABLE_BTRFS=1 ENABLE_DEDUPE=1" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/jbruchon/jdupes" changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES.txt" distfiles="https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz" -checksum=89814310bb1884db6023436c523d03e405e1dda722a01caa336167e7938ac95e +checksum=09153824320c65ad529f8f97cd3b7e792c50e9f9018192ea1a76f2e33a196225 post_install() { vlicense LICENSE.txt