From 8ea980158033a1e1bc028f0809045bcccd70ac8a Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Mon, 9 Apr 2018 10:09:39 +0200 Subject: [PATCH 1/2] filezilla: update to 3.33.0. --- srcpkgs/filezilla/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index fe0a0e7fed8..9c0b6522054 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,6 +1,6 @@ # Template file for 'filezilla' pkgname=filezilla -version=3.31.0 +version=3.33.0 revision=1 build_style=gnu-configure configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck" @@ -10,10 +10,10 @@ makedepends="gnutls-devel pugixml-devel dbus-devel libidn-devel sqlite-devel depends="xdg-utils hicolor-icon-theme desktop-file-utils" short_desc="Fast and reliable FTP, FTPS and SFTP client" maintainer="Juan RP " -license="GPL-2" +license="GPL-2.0-or-later" homepage="http://filezilla-project.org/" -distfiles="${SOURCEFORGE_SITE}/${pkgname}/FileZilla_${version}_src.tar.bz2" -checksum=14c568b7e3331b8ae6d2371aeb4f4b43fbf97f057c0af9d75165d0d8d0d2dee5 +distfiles="https://dl3.cdn.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2" +checksum=f4ab6d4368c0b0c89dd938f823a20164e1ed738fd7389775a899939232570ec1 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" wxWidgets-devel xdg-utils" From b8864432423042bc723852a63cd8ba5ff786ae08 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Mon, 7 May 2018 12:50:16 +0200 Subject: [PATCH 2/2] libfilezilla: update to 0.12.2. --- srcpkgs/libfilezilla/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libfilezilla/template b/srcpkgs/libfilezilla/template index 5918cb197eb..07f9c201524 100644 --- a/srcpkgs/libfilezilla/template +++ b/srcpkgs/libfilezilla/template @@ -1,22 +1,22 @@ # Template file for 'libfilezilla' pkgname=libfilezilla -version=0.12.1 +version=0.12.2 revision=1 build_style=gnu-configure configure_args="--disable-static" -short_desc="A small and modern C++ library, which offers some basic functionalities" +short_desc="Small and modern C++ library, which offers some basic functionalities" maintainer="bra1nwave " -license="GPL-2" +license="GPL-2.0-or-later" homepage="https://lib.filezilla-project.org/" distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=60efc9455e022785d432f7a76390dd2d1d92101a65aef1f176a382d604a978bd +checksum=778c166fde3a87e04a0524a4bf92c3eea1f0836c20119dd0859c9cd9380c86ec libfilezilla-devel_package() { short_desc+=" - development files" depends="libfilezilla>=${version}_${revision}" pkg_install() { vmove usr/include - vmove usr/lib/*.so + vmove "usr/lib/*.so" vmove usr/lib/pkgconfig } }