From 34142dc95c332b141e257694b9e3a8f0ac9b71c1 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 11 Oct 2023 21:47:39 -0400 Subject: [PATCH 1/2] libfilezilla: update to 0.45.0 --- common/shlibs | 2 +- srcpkgs/libfilezilla/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index 45b8c2996ba35e..0f4d5ee5ff8477 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2572,7 +2572,7 @@ libhwloc.so.15 libhwloc-2.0.4_1 libnetfilter_cttimeout.so.1 libnetfilter_cttimeout-1.0.0_1 libnetfilter_cthelper.so.0 libnetfilter_cthelper-1.0.0_1 libnetfilter_queue.so.1 libnetfilter_queue-1.0.2_1 -libfilezilla.so.40 libfilezilla-0.44.0_1 +libfilezilla.so.41 libfilezilla-0.45.0_1 libtommath.so.1 libtommath-1.0_1 libKF5ItemViews.so.5 kitemviews-5.26.0_1 libunicorn.so.1 unicorn-1.0_1 diff --git a/srcpkgs/libfilezilla/template b/srcpkgs/libfilezilla/template index a0685c505b46da..d37802b7a2c879 100644 --- a/srcpkgs/libfilezilla/template +++ b/srcpkgs/libfilezilla/template @@ -1,7 +1,7 @@ # Template file for 'libfilezilla' # filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable pkgname=libfilezilla -version=0.44.0 +version=0.45.0 revision=1 build_style=gnu-configure configure_args="--disable-static" @@ -12,8 +12,8 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://lib.filezilla-project.org/" changelog="https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/NEWS?view=co" -distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=2a8f57a06b52f6413b47d6a5dfbe7e9e31c84cc0784076f2f7e395232b0bd461 +distfiles="https://download.filezilla-project.org/libfilezilla/libfilezilla-${version}.tar.xz" +checksum=3c1454bc1586d17776f62c7505d43a06d3abd2e2e35642cca477fa22f27d982f libfilezilla-devel_package() { short_desc+=" - development files" From 0927290f8f597aa126eefafe377e1f6e4d43a998 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 11 Oct 2023 21:48:02 -0400 Subject: [PATCH 2/2] filezilla: revbump for new libfilezilla --- srcpkgs/filezilla/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index ec52592f23d160..ebac028ae1a4bf 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,7 +1,7 @@ # Template file for 'filezilla' pkgname=filezilla version=3.65.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck --with-wx-config=wx-config-gtk3"