Date: Thursday, January 2, 2020 @ 21:07:35 Author: anthraxx Revision: 546659
upgpkg: filezilla 3.46.3-1 Modified: filezilla/trunk/PKGBUILD ----------+ PKGBUILD | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-02 20:58:41 UTC (rev 546658) +++ PKGBUILD 2020-01-02 21:07:35 UTC (rev 546659) @@ -1,23 +1,22 @@ +# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Contributor: Daniel J Griffiths <[email protected]> # Contributor: Alexander Fehr <pizzapunk gmail com> -# Maintainer: Daniel J Griffiths <[email protected]> pkgname=filezilla -pkgver=3.45.1 +pkgver=3.46.3 pkgrel=1 -pkgdesc="Fast and reliable FTP, FTPS and SFTP client" +pkgdesc='Fast and reliable FTP, FTPS and SFTP client' +url='https://filezilla-project.org/' arch=('x86_64') -url="https://filezilla-project.org/" license=('GPL') -depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls' 'libfilezilla') -source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2") -md5sums=('32b1ab28bcc0c17ed732bd3892258cfe') +depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' + 'gnutls' 'libfilezilla' 'libfilezilla.so') +source=(https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2) +sha256sums=('f1c5bff0a99c39447a5ea9fdfcc16cc408876ef52fa8d5e7bf041ea0717a7395') +sha512sums=('35b61c3bfd1d40848e7846b4533da8844df0e4873cb89286b90330cbc29dffeff96fcab10aec908a08d9129198bb2d80df8f223d8ebc1a0863a4083cb06abffc') -prepare() { - cd "${pkgname}-${pkgver}" -} - build() { - cd "${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} ./configure \ --prefix=/usr \ --disable-manualupdatecheck \ @@ -24,12 +23,12 @@ --disable-autoupdatecheck \ --with-pugixml=builtin \ --with-wx-config=/usr/bin/wx-config-gtk3 - make } package() { - cd "${pkgname}-${pkgver}" - + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install } + +# vim: ts=2 sw=2 et:
