filezilla: update to 3.44.1.

This commit is contained in:
bra1nwave 2019-08-10 09:40:25 +02:00 committed by Juan RP
parent 3ba1e0f5b2
commit d13f1078a9

View file

@ -1,6 +1,6 @@
# Template file for 'filezilla'
pkgname=filezilla
version=3.43.0
version=3.44.1
revision=1
build_style=gnu-configure
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
@ -15,16 +15,11 @@ license="GPL-2.0-or-later"
homepage="https://filezilla-project.org"
changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co"
distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2"
checksum=6fe652c360682f860abe2dc2e196bddca6260242cefe6fe779d42c327c01258e
checksum=c18e64106e80100f77a218f87e72931bdf0e244bddeb628e4e0a50166b934c8e
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"
case "$XBPS_TARGET_MACHINE" in
armv6*) makedepends+=" libatomic-devel" ;;
esac
pre_configure() {
# set --host for sub-configure script else configure breaks
sed -i -e "s|\"\$ac_abs_confdir/src/fzshellext/configure\" --disable-shellext|& --host=${XBPS_TRIPLET}|" configure
}
fi