Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
filezilla
Commits:
1c9919c4 by Robin Candau at 2026-04-13T18:20:17+02:00
upgpkg: 3.70.0-3: Move fzssh to dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
pkgbase = filezilla
pkgdesc = Fast and reliable FTP, FTPS and SFTP client
pkgver = 3.70.0
- pkgrel = 2
+ pkgrel = 3
url = https://filezilla-project.org
arch = x86_64
license = GPL-3.0-or-later
makedepends = boost
- makedepends = fzssh
makedepends = gnutls
makedepends = libidn
depends = dbus
depends = libdbus-1.so
+ depends = fzssh
depends = gtk3
depends = libgtk-3.so
depends = libgdk-3.so
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,14 @@
pkgname=filezilla
pkgver=3.70.0
-pkgrel=2
+pkgrel=3
pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
url="https://filezilla-project.org"
arch=('x86_64')
license=('GPL-3.0-or-later')
depends=(
dbus libdbus-1.so
+ fzssh
gtk3 libgtk-3.so libgdk-3.so
hicolor-icon-theme
libfilezilla libfilezilla.so
@@ -22,7 +23,6 @@ depends=(
)
makedepends=(
boost
- fzssh
gnutls
libidn
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/filezilla/-/commit/1c9919c4fe76ab1773e9802aa5d35dc73e1044fc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/filezilla/-/commit/1c9919c4fe76ab1773e9802aa5d35dc73e1044fc
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help