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

Evangelos Foutras foutrelis at archlinux.org
Mon Oct 20 15:38:00 UTC 2014


    Date: Monday, October 20, 2014 @ 17:38:00
  Author: foutrelis
Revision: 121077

upgpkg: filezilla 3.9.0.5-2

Replace dbus-core dependency with dbus.

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-20 15:37:56 UTC (rev 121076)
+++ PKGBUILD	2014-10-20 15:38:00 UTC (rev 121077)
@@ -4,12 +4,12 @@
 
 pkgname=filezilla
 pkgver=3.9.0.5
-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-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls')
 install=filezilla.install
 source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2")
 



More information about the arch-commits mailing list