Date: Thursday, October 4, 2018 @ 18:08:48 Author: bluewind Revision: 389569
upgpkg: filezilla 3.37.4-1 upstream update Modified: filezilla/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-04 18:05:26 UTC (rev 389568) +++ PKGBUILD 2018-10-04 18:08:48 UTC (rev 389569) @@ -2,7 +2,7 @@ # Maintainer: Daniel J Griffiths <ghost1...@archlinux.us> pkgname=filezilla -pkgver=3.37.1 +pkgver=3.37.4 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" arch=('x86_64') @@ -10,7 +10,7 @@ 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=('e55df365cc17ba5d703b667d2e540440') +md5sums=('0c8d36d6f8d3445c28583339eaea2618') prepare() { cd "${pkgname}-${pkgver}"