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

Balló György bgyorgy at archlinux.org
Sun Jul 2 16:55:35 UTC 2017


    Date: Sunday, July 2, 2017 @ 16:55:34
  Author: bgyorgy
Revision: 242074

upgpkg: filezilla 3.26.2-2

Rebuild with wxgtk3

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-02 16:31:56 UTC (rev 242073)
+++ PKGBUILD	2017-07-02 16:55:34 UTC (rev 242074)
@@ -4,12 +4,12 @@
 
 pkgname=filezilla
 pkgver=3.26.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
 url="http://filezilla-project.org/"
 license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls' "libfilezilla")
+depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls' 'libfilezilla')
 source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2")
 
 prepare() {
@@ -22,8 +22,8 @@
     --prefix=/usr \
     --disable-manualupdatecheck \
     --disable-autoupdatecheck \
-    --disable-static \
-    --with-pugixml=builtin
+    --with-pugixml=builtin \
+    --with-wx-config=/usr/bin/wx-config-gtk3
 
   make
 }



More information about the arch-commits mailing list