Merge pull request #13313 from bra1nwave/filezilla

filezilla: update to 3.33.0.
libfilezilla: update to 0.12.2.
This commit is contained in:
Alessio Sergi 2018-05-21 12:03:06 +02:00 committed by GitHub
commit 02c64b2f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -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 <xtraeme@voidlinux.eu>"
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"

View File

@ -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 <brainwave@openmailbox.org>"
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
}
}