[arch-commits] Commit in filezilla/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Mar 28 00:42:00 UTC 2021


    Date: Sunday, March 28, 2021 @ 00:42:00
  Author: anthraxx
Revision: 905859

upgpkg: filezilla 3.53.1-1

Modified:
  filezilla/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-28 00:36:54 UTC (rev 905858)
+++ PKGBUILD	2021-03-28 00:42:00 UTC (rev 905859)
@@ -3,17 +3,20 @@
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
 pkgname=filezilla
-pkgver=3.46.3
+pkgver=3.53.1
 pkgrel=1
 pkgdesc='Fast and reliable FTP, FTPS and SFTP client'
 url='https://filezilla-project.org/'
 arch=('x86_64')
 license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite'
-	     'gnutls' 'libfilezilla' 'libfilezilla.so')
+depends=(
+  'dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite'
+  'gnutls' 'libfilezilla'
+  libfilezilla.so libdbus-1.so libgtk-3.so libgdk-3.so libnettle.so
+)
 source=(https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2)
-sha256sums=('f1c5bff0a99c39447a5ea9fdfcc16cc408876ef52fa8d5e7bf041ea0717a7395')
-sha512sums=('35b61c3bfd1d40848e7846b4533da8844df0e4873cb89286b90330cbc29dffeff96fcab10aec908a08d9129198bb2d80df8f223d8ebc1a0863a4083cb06abffc')
+sha256sums=('656874f2eaec54672c72f41ea5ea149c50197c50de5d6748bb41d722bfc3f779')
+sha512sums=('85109c68c9acaf2d3fb7d2ed98bdeae636cc359993535484ca404bd34e8287927628e255364bdb03681fcc47bff02423e954fd304b2e304bf18efaf2c0784eaa')
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list