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

2020-01-02 Thread Levente Polyak via arch-commits
Date: Thursday, January 2, 2020 @ 21:07:35
  Author: anthraxx
Revision: 546659

upgpkg: filezilla 3.46.3-1

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |   29 ++---
 1 file changed, 14 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-02 20:58:41 UTC (rev 546658)
+++ PKGBUILD2020-01-02 21:07:35 UTC (rev 546659)
@@ -1,23 +1,22 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel J Griffiths 
 # Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.45.1
+pkgver=3.46.3
 pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+pkgdesc='Fast and reliable FTP, FTPS and SFTP client'
+url='https://filezilla-project.org/'
 arch=('x86_64')
-url="https://filezilla-project.org/;
 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=('32b1ab28bcc0c17ed732bd3892258cfe')
+depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite'
+'gnutls' 'libfilezilla' 'libfilezilla.so')
+source=(https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2)
+sha256sums=('f1c5bff0a99c39447a5ea9fdfcc16cc408876ef52fa8d5e7bf041ea0717a7395')
+sha512sums=('35b61c3bfd1d40848e7846b4533da8844df0e4873cb89286b90330cbc29dffeff96fcab10aec908a08d9129198bb2d80df8f223d8ebc1a0863a4083cb06abffc')
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   ./configure \
 --prefix=/usr \
 --disable-manualupdatecheck \
@@ -24,12 +23,12 @@
 --disable-autoupdatecheck \
 --with-pugixml=builtin \
 --with-wx-config=/usr/bin/wx-config-gtk3
-
   make
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
-
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:


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

2019-09-25 Thread Florian Pritz via arch-commits
Date: Wednesday, September 25, 2019 @ 17:36:37
  Author: bluewind
Revision: 511751

upgpkg: filezilla 3.45.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-25 15:32:37 UTC (rev 511750)
+++ PKGBUILD2019-09-25 17:36:37 UTC (rev 511751)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.45.0
+pkgver=3.45.1
 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=('f5b85e5b805805f96feb035cd526b014')
+md5sums=('32b1ab28bcc0c17ed732bd3892258cfe')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-09-24 Thread Florian Pritz via arch-commits
Date: Tuesday, September 24, 2019 @ 17:44:38
  Author: bluewind
Revision: 511672

upgpkg: filezilla 3.45.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-24 15:13:24 UTC (rev 511671)
+++ PKGBUILD2019-09-24 17:44:38 UTC (rev 511672)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.44.2
+pkgver=3.45.0
 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=('af0a8ca9962134c902ab47ed826c049b')
+md5sums=('f5b85e5b805805f96feb035cd526b014')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-08-15 Thread Florian Pritz via arch-commits
Date: Thursday, August 15, 2019 @ 15:25:24
  Author: bluewind
Revision: 499569

upgpkg: filezilla 3.44.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 15:25:22 UTC (rev 499568)
+++ PKGBUILD2019-08-15 15:25:24 UTC (rev 499569)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.44.1
+pkgver=3.44.2
 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=('9b685e9c7cb88e13b81d3a10b29d160d')
+md5sums=('af0a8ca9962134c902ab47ed826c049b')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-08-09 Thread Florian Pritz via arch-commits
Date: Friday, August 9, 2019 @ 18:54:20
  Author: bluewind
Revision: 498561

upgpkg: filezilla 3.44.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-09 18:27:24 UTC (rev 498560)
+++ PKGBUILD2019-08-09 18:54:20 UTC (rev 498561)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.44.0
+pkgver=3.44.1
 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=('f4d28230b926646dba376021f6e03516')
+md5sums=('9b685e9c7cb88e13b81d3a10b29d160d')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-08-09 Thread Florian Pritz via arch-commits
Date: Friday, August 9, 2019 @ 12:46:06
  Author: bluewind
Revision: 498488

upgpkg: filezilla 3.44.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-09 12:42:34 UTC (rev 498487)
+++ PKGBUILD2019-08-09 12:46:06 UTC (rev 498488)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.43.0
-pkgrel=2
+pkgver=3.44.0
+pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
 url="https://filezilla-project.org/;
@@ -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=('44d7279e95cdd9c14b14218ac30f00e3')
+md5sums=('f4d28230b926646dba376021f6e03516')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-06-30 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 30, 2019 @ 10:50:54
  Author: foutrelis
Revision: 486260

poppler 0.78 / nettle 3.5 rebuild

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-30 10:45:18 UTC (rev 486259)
+++ PKGBUILD2019-06-30 10:50:54 UTC (rev 486260)
@@ -3,7 +3,7 @@
 
 pkgname=filezilla
 pkgver=3.43.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
 url="https://filezilla-project.org/;


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

2019-06-27 Thread Florian Pritz via arch-commits
Date: Thursday, June 27, 2019 @ 17:55:34
  Author: bluewind
Revision: 485105

upgpkg: filezilla 3.43.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-27 17:55:24 UTC (rev 485104)
+++ PKGBUILD2019-06-27 17:55:34 UTC (rev 485105)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.42.1
+pkgver=3.43.0
 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=('00e2f8ff0c1ad9802c0eed6488c3565a')
+md5sums=('44d7279e95cdd9c14b14218ac30f00e3')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-05-08 Thread Florian Pritz via arch-commits
Date: Wednesday, May 8, 2019 @ 17:58:24
  Author: bluewind
Revision: 463201

upgpkg: filezilla 3.42.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-08 17:48:52 UTC (rev 463200)
+++ PKGBUILD2019-05-08 17:58:24 UTC (rev 463201)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.42.0
+pkgver=3.42.1
 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=('fe17909025d8e13a11b7a8cd85332feb')
+md5sums=('00e2f8ff0c1ad9802c0eed6488c3565a')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-05-06 Thread Florian Pritz via arch-commits
Date: Monday, May 6, 2019 @ 16:32:20
  Author: bluewind
Revision: 461172

upgpkg: filezilla 3.42.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-06 16:29:15 UTC (rev 461171)
+++ PKGBUILD2019-05-06 16:32:20 UTC (rev 461172)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.41.2
+pkgver=3.42.0
 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=('44113ebc39487a89ee1f441a0751ac76')
+md5sums=('fe17909025d8e13a11b7a8cd85332feb')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-04-28 Thread Florian Pritz via arch-commits
Date: Sunday, April 28, 2019 @ 12:11:40
  Author: bluewind
Revision: 454966

Use https in the url field

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-28 12:11:35 UTC (rev 454965)
+++ PKGBUILD2019-04-28 12:11:40 UTC (rev 454966)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
-url="http://filezilla-project.org/;
+url="https://filezilla-project.org/;
 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;)


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

2019-03-18 Thread Florian Pritz via arch-commits
Date: Monday, March 18, 2019 @ 19:12:32
  Author: bluewind
Revision: 442491

upgpkg: filezilla 3.41.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 17:59:32 UTC (rev 442490)
+++ PKGBUILD2019-03-18 19:12:32 UTC (rev 442491)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.41.1
+pkgver=3.41.2
 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=('fc2b171423a43c0f2a0772a64660b035')
+md5sums=('44113ebc39487a89ee1f441a0751ac76')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-03-07 Thread Florian Pritz via arch-commits
Date: Thursday, March 7, 2019 @ 19:20:15
  Author: bluewind
Revision: 438027

upgpkg: filezilla 3.41.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 19:15:04 UTC (rev 438026)
+++ PKGBUILD2019-03-07 19:20:15 UTC (rev 438027)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.41.0
+pkgver=3.41.1
 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=('fe9546fc2dd6561f87565ceb47cfe911')
+md5sums=('fc2b171423a43c0f2a0772a64660b035')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-03-06 Thread Florian Pritz via arch-commits
Date: Wednesday, March 6, 2019 @ 14:33:20
  Author: bluewind
Revision: 437852

upgpkg: filezilla 3.41.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 14:28:22 UTC (rev 437851)
+++ PKGBUILD2019-03-06 14:33:20 UTC (rev 437852)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.40.0
+pkgver=3.41.0
 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=('2a36cf5874b147b85c7536a50796e741')
+md5sums=('fe9546fc2dd6561f87565ceb47cfe911')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-01-25 Thread Florian Pritz via arch-commits
Date: Friday, January 25, 2019 @ 16:59:20
  Author: bluewind
Revision: 427885

upgpkg: filezilla 3.40.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-25 16:23:20 UTC (rev 427884)
+++ PKGBUILD2019-01-25 16:59:20 UTC (rev 427885)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.39.0
+pkgver=3.40.0
 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=('9e819e21fafe9ff16bfc1c07b4c09153')
+md5sums=('2a36cf5874b147b85c7536a50796e741')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2018-11-30 Thread Florian Pritz via arch-commits
Date: Friday, November 30, 2018 @ 16:21:47
  Author: bluewind
Revision: 410644

upgpkg: filezilla 3.39.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 16:21:43 UTC (rev 410643)
+++ PKGBUILD2018-11-30 16:21:47 UTC (rev 410644)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.38.1
+pkgver=3.39.0
 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=('ff47f3858f7fd81c68e2ea9e57370ce8')
+md5sums=('9e819e21fafe9ff16bfc1c07b4c09153')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 20:15:15
  Author: bluewind
Revision: 399225

upgpkg: filezilla 3.38.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 19:47:30 UTC (rev 399224)
+++ PKGBUILD2018-10-27 20:15:15 UTC (rev 399225)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.38.0
+pkgver=3.38.1
 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=('4f9706adbb2c3168be68b15dd79151f0')
+md5sums=('ff47f3858f7fd81c68e2ea9e57370ce8')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2018-10-26 Thread Florian Pritz via arch-commits
Date: Friday, October 26, 2018 @ 15:19:58
  Author: bluewind
Revision: 399131

upgpkg: filezilla 3.38.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 15:14:26 UTC (rev 399130)
+++ PKGBUILD2018-10-26 15:19:58 UTC (rev 399131)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.37.4
+pkgver=3.38.0
 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=('0c8d36d6f8d3445c28583339eaea2618')
+md5sums=('4f9706adbb2c3168be68b15dd79151f0')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2018-10-04 Thread Florian Pritz via arch-commits
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
===
--- PKGBUILD2018-10-04 18:05:26 UTC (rev 389568)
+++ PKGBUILD2018-10-04 18:08:48 UTC (rev 389569)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 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}"


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

2018-09-21 Thread Florian Pritz via arch-commits
Date: Friday, September 21, 2018 @ 13:20:08
  Author: bluewind
Revision: 383826

upgpkg: filezilla 3.37.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-21 12:40:55 UTC (rev 383825)
+++ PKGBUILD2018-09-21 13:20:08 UTC (rev 383826)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.37.0
+pkgver=3.37.1
 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=('f140829a83901515db5299214a43699e')
+md5sums=('e55df365cc17ba5d703b667d2e540440')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2018-09-17 Thread Florian Pritz via arch-commits
Date: Monday, September 17, 2018 @ 08:41:36
  Author: bluewind
Revision: 382294

upgpkg: filezilla 3.37.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-17 08:41:27 UTC (rev 382293)
+++ PKGBUILD2018-09-17 08:41:36 UTC (rev 382294)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.36.0
+pkgver=3.37.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -9,7 +9,8 @@
 url="http://filezilla-project.org/;
 license=('GPL')
 depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
-source=("https://dl3.cdn.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2;)
+source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2;)
+md5sums=('f140829a83901515db5299214a43699e')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -32,4 +33,3 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('bcb5389ebbf59beb5e8c8e3ceaa555ba')


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

2018-08-27 Thread Florian Pritz via arch-commits
Date: Monday, August 27, 2018 @ 18:45:08
  Author: bluewind
Revision: 374755

upgpkg: filezilla 3.36.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-27 15:30:28 UTC (rev 374754)
+++ PKGBUILD2018-08-27 18:45:08 UTC (rev 374755)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.35.2
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('bf3e44c081771bb4be917ae7817689ce')
+md5sums=('bcb5389ebbf59beb5e8c8e3ceaa555ba')


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

2018-08-07 Thread Florian Pritz via arch-commits
Date: Tuesday, August 7, 2018 @ 13:09:31
  Author: bluewind
Revision: 370126

upgpkg: filezilla 3.35.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-07 13:08:29 UTC (rev 370125)
+++ PKGBUILD2018-08-07 13:09:31 UTC (rev 370126)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.35.1
+pkgver=3.35.2
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('6595bef0872e230eba2aa3a449d03c92')
+md5sums=('bf3e44c081771bb4be917ae7817689ce')


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

2018-07-23 Thread Florian Pritz via arch-commits
Date: Monday, July 23, 2018 @ 12:51:19
  Author: bluewind
Revision: 362955

upgpkg: filezilla 3.35.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 12:10:00 UTC (rev 362954)
+++ PKGBUILD2018-07-23 12:51:19 UTC (rev 362955)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.35.0
+pkgver=3.35.1
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('a0b20047519fa8d75fe81bc683577a7f')
+md5sums=('6595bef0872e230eba2aa3a449d03c92')


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

2018-07-23 Thread Florian Pritz via arch-commits
Date: Monday, July 23, 2018 @ 08:39:21
  Author: bluewind
Revision: 362934

upgpkg: filezilla 3.35.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 08:36:13 UTC (rev 362933)
+++ PKGBUILD2018-07-23 08:39:21 UTC (rev 362934)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.34.0
+pkgver=3.35.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('de54afdd455bc368b35640ebf47d44e5')
+md5sums=('a0b20047519fa8d75fe81bc683577a7f')


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

2018-06-18 Thread Florian Pritz via arch-commits
Date: Monday, June 18, 2018 @ 12:26:15
  Author: bluewind
Revision: 344015

upgpkg: filezilla 3.34.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-18 12:22:12 UTC (rev 344014)
+++ PKGBUILD2018-06-18 12:26:15 UTC (rev 344015)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.33.0
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('6180f5ab8eff884643a875bbd4e17273')
+md5sums=('de54afdd455bc368b35640ebf47d44e5')


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

2018-05-08 Thread Florian Pritz via arch-commits
Date: Tuesday, May 8, 2018 @ 15:46:52
  Author: bluewind
Revision: 319667

upgpkg: filezilla 3.33.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-08 15:46:42 UTC (rev 319666)
+++ PKGBUILD2018-05-08 15:46:52 UTC (rev 319667)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.32.0
+pkgver=3.33.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('ed4e76c462cd183903c3cf72e58e6071')
+md5sums=('6180f5ab8eff884643a875bbd4e17273')


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

2018-04-04 Thread Florian Pritz via arch-commits
Date: Wednesday, April 4, 2018 @ 15:57:51
  Author: bluewind
Revision: 314168

upgpkg: filezilla 3.32.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-04 15:38:57 UTC (rev 314167)
+++ PKGBUILD2018-04-04 15:57:51 UTC (rev 314168)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.31.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 url="http://filezilla-project.org/;
 license=('GPL')
 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;)
+source=("https://dl3.cdn.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2;)
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('0eee1369904e9b0b60500a1068ca5a85')
+md5sums=('ed4e76c462cd183903c3cf72e58e6071')


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

2018-02-23 Thread Florian Pritz via arch-commits
Date: Friday, February 23, 2018 @ 16:58:28
  Author: bluewind
Revision: 297240

upgpkg: filezilla 3.31.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-23 16:56:10 UTC (rev 297239)
+++ PKGBUILD2018-02-23 16:58:28 UTC (rev 297240)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.30.0
+pkgver=3.31.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('7a4d6a58978e9bb5af5994a94132cfc7')
+md5sums=('0eee1369904e9b0b60500a1068ca5a85')


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

2018-01-12 Thread Florian Pritz via arch-commits
Date: Friday, January 12, 2018 @ 11:44:01
  Author: bluewind
Revision: 281565

upgpkg: filezilla 3.30.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-12 11:07:35 UTC (rev 281564)
+++ PKGBUILD2018-01-12 11:44:01 UTC (rev 281565)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.29.0
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('4bd8098d01ee1083ddf2bbd5fea86369')
+md5sums=('7a4d6a58978e9bb5af5994a94132cfc7')


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

2017-11-06 Thread Florian Pritz
Date: Monday, November 6, 2017 @ 20:55:21
  Author: bluewind
Revision: 265622

upgpkg: filezilla 3.29.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 20:55:14 UTC (rev 265621)
+++ PKGBUILD2017-11-06 20:55:21 UTC (rev 265622)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.28.0
+pkgver=3.29.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('00bbd133bedae97ed962fa419d2b581f')
+md5sums=('4bd8098d01ee1083ddf2bbd5fea86369')


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

2017-10-01 Thread Florian Pritz
Date: Sunday, October 1, 2017 @ 17:36:19
  Author: bluewind
Revision: 261191

upgpkg: filezilla 3.28.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 17:35:38 UTC (rev 261190)
+++ PKGBUILD2017-10-01 17:36:19 UTC (rev 261191)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.27.1
+pkgver=3.28.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('117d0c0fb84914a2900524fac392c5c6')
+md5sums=('00bbd133bedae97ed962fa419d2b581f')


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

2017-08-19 Thread Florian Pritz
Date: Saturday, August 19, 2017 @ 14:50:55
  Author: bluewind
Revision: 252569

upgpkg: filezilla 3.27.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-19 14:45:43 UTC (rev 252568)
+++ PKGBUILD2017-08-19 14:50:55 UTC (rev 252569)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.27.0.1
+pkgver=3.27.1
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('806f54f2f45e9adff20d37d0bf4d445d')
+md5sums=('117d0c0fb84914a2900524fac392c5c6')


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

2017-07-19 Thread Florian Pritz
Date: Wednesday, July 19, 2017 @ 20:05:52
  Author: bluewind
Revision: 245737

upgpkg: filezilla 3.27.0.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-19 19:56:49 UTC (rev 245736)
+++ PKGBUILD2017-07-19 20:05:52 UTC (rev 245737)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.27.0
+pkgver=3.27.0.1
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('9590637a8d5394e1438a8dffdf75b657')
+md5sums=('806f54f2f45e9adff20d37d0bf4d445d')


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

2017-07-19 Thread Florian Pritz
Date: Wednesday, July 19, 2017 @ 18:34:08
  Author: bluewind
Revision: 245721

upgpkg: filezilla 3.27.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-19 18:30:46 UTC (rev 245720)
+++ PKGBUILD2017-07-19 18:34:08 UTC (rev 245721)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.26.2
-pkgrel=2
+pkgver=3.27.0
+pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
 url="http://filezilla-project.org/;
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('0c82dc925de59334266a9c2d119d546a')
+md5sums=('9590637a8d5394e1438a8dffdf75b657')


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

2017-07-02 Thread Balló György
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
===
--- PKGBUILD2017-07-02 16:31:56 UTC (rev 242073)
+++ PKGBUILD2017-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
 }


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

2017-06-14 Thread Florian Pritz
Date: Wednesday, June 14, 2017 @ 18:02:11
  Author: bluewind
Revision: 236787

upgpkg: filezilla 3.26.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-14 18:00:59 UTC (rev 236786)
+++ PKGBUILD2017-06-14 18:02:11 UTC (rev 236787)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.25.2
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('eee0a1bd902d23fe3ce5b4ddd7d6a6c9')
+md5sums=('0c82dc925de59334266a9c2d119d546a')


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

2017-04-30 Thread Florian Pritz
Date: Sunday, April 30, 2017 @ 20:26:41
  Author: bluewind
Revision: 226381

upgpkg: filezilla 3.25.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-30 18:49:18 UTC (rev 226380)
+++ PKGBUILD2017-04-30 20:26:41 UTC (rev 226381)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.25.1
+pkgver=3.25.2
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('4866b5cbcbacd64cca036f947be56895')
+md5sums=('eee0a1bd902d23fe3ce5b4ddd7d6a6c9')


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

2017-03-21 Thread Florian Pritz
Date: Tuesday, March 21, 2017 @ 09:23:47
  Author: bluewind
Revision: 217984

upgpkg: filezilla 3.25.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-21 09:22:20 UTC (rev 217983)
+++ PKGBUILD2017-03-21 09:23:47 UTC (rev 217984)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.25.0
+pkgver=3.25.1
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('27cdd70f724c935f5ac3702bee02da5f')
+md5sums=('4866b5cbcbacd64cca036f947be56895')


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

2017-03-13 Thread Florian Pritz
Date: Monday, March 13, 2017 @ 15:44:30
  Author: bluewind
Revision: 216097

upgpkg: filezilla 3.25.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-13 15:43:13 UTC (rev 216096)
+++ PKGBUILD2017-03-13 15:44:30 UTC (rev 216097)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.24.1
+pkgver=3.25.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('29f19bfca4c77d3903ec0efa3f191ff0')
+md5sums=('27cdd70f724c935f5ac3702bee02da5f')


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

2017-03-01 Thread Florian Pritz
Date: Wednesday, March 1, 2017 @ 21:10:12
  Author: bluewind
Revision: 214385

upgpkg: filezilla 3.24.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-01 21:07:34 UTC (rev 214384)
+++ PKGBUILD2017-03-01 21:10:12 UTC (rev 214385)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.24.0
+pkgver=3.24.1
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('e63a42b8f384554ef58f44d7e4ba26b7')
+md5sums=('29f19bfca4c77d3903ec0efa3f191ff0')


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

2017-01-15 Thread Florian Pritz
Date: Sunday, January 15, 2017 @ 18:22:56
  Author: bluewind
Revision: 207483

upgpkg: filezilla 3.24.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-15 18:20:12 UTC (rev 207482)
+++ PKGBUILD2017-01-15 18:22:56 UTC (rev 207483)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.23.0.2
+pkgver=3.24.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('5f52629d11a16ed2d547a4b200d3448c')
+md5sums=('e63a42b8f384554ef58f44d7e4ba26b7')


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

2016-12-11 Thread Florian Pritz
Date: Sunday, December 11, 2016 @ 12:16:22
  Author: bluewind
Revision: 198784

upgpkg: filezilla 3.23.0.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-11 12:10:49 UTC (rev 198783)
+++ PKGBUILD2016-12-11 12:16:22 UTC (rev 198784)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.22.2.2
+pkgver=3.23.0.2
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('89277dffb628695e5e9fc6cae2985046')
+md5sums=('5f52629d11a16ed2d547a4b200d3448c')


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

2016-11-02 Thread Florian Pritz
Date: Wednesday, November 2, 2016 @ 15:03:25
  Author: bluewind
Revision: 194492

upgpkg: filezilla 3.22.2.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-02 15:01:13 UTC (rev 194491)
+++ PKGBUILD2016-11-02 15:03:25 UTC (rev 194492)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.22.1
+pkgver=3.22.2.2
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('b7e180d4a017924f723a969d510d45b1')
+md5sums=('89277dffb628695e5e9fc6cae2985046')


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

2016-10-04 Thread Florian Pritz
Date: Tuesday, October 4, 2016 @ 14:54:55
  Author: bluewind
Revision: 191316

upgpkg: filezilla 3.22.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 14:51:09 UTC (rev 191315)
+++ PKGBUILD2016-10-04 14:54:55 UTC (rev 191316)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.21.0
+pkgver=3.22.1
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('5b76b43fa061fea69fc039976d4bab3c')
+md5sums=('b7e180d4a017924f723a969d510d45b1')


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

2016-08-23 Thread Florian Pritz
Date: Tuesday, August 23, 2016 @ 15:44:36
  Author: bluewind
Revision: 187398

upgpkg: filezilla 3.21.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-23 14:21:33 UTC (rev 187397)
+++ PKGBUILD2016-08-23 15:44:36 UTC (rev 187398)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.20.1
+pkgver=3.21.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('7b30be0be0cd5ce6fbbb5b5f7a061e3b')
+md5sums=('5b76b43fa061fea69fc039976d4bab3c')


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

2016-08-05 Thread Florian Pritz
Date: Friday, August 5, 2016 @ 09:04:08
  Author: bluewind
Revision: 185236

upgpkg: filezilla 3.20.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-05 08:59:03 UTC (rev 185235)
+++ PKGBUILD2016-08-05 09:04:08 UTC (rev 185236)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.20.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('91c548a361e188bf21984246b5eba482')
+md5sums=('7b30be0be0cd5ce6fbbb5b5f7a061e3b')


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

2016-07-27 Thread Florian Pritz
Date: Wednesday, July 27, 2016 @ 19:36:10
  Author: bluewind
Revision: 184525

upgpkg: filezilla 3.20.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-27 19:32:18 UTC (rev 184524)
+++ PKGBUILD2016-07-27 19:36:10 UTC (rev 184525)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.19.0
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('8cbb61393e029f4bd71cfe1d1f32adeb')
+md5sums=('91c548a361e188bf21984246b5eba482')


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

2016-06-28 Thread Florian Pritz
Date: Tuesday, June 28, 2016 @ 19:10:53
  Author: bluewind
Revision: 181542

upgpkg: filezilla 3.19.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 19:05:52 UTC (rev 181541)
+++ PKGBUILD2016-06-28 19:10:53 UTC (rev 181542)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.18.0
+pkgver=3.19.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('9aaad9197ab3d80d658af8db6e8cbbcd')
+md5sums=('8cbb61393e029f4bd71cfe1d1f32adeb')


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

2016-05-30 Thread Florian Pritz
Date: Monday, May 30, 2016 @ 15:59:24
  Author: bluewind
Revision: 177469

upgpkg: filezilla 3.18.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 13:59:17 UTC (rev 177468)
+++ PKGBUILD2016-05-30 13:59:24 UTC (rev 177469)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.17.0.1
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('eaebf6951335e97f0175964e5acc23ca')
+md5sums=('9aaad9197ab3d80d658af8db6e8cbbcd')


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

2016-05-11 Thread Florian Pritz
Date: Wednesday, May 11, 2016 @ 16:05:30
  Author: bluewind
Revision: 174805

upgpkg: filezilla 3.17.0.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-11 14:01:44 UTC (rev 174804)
+++ PKGBUILD2016-05-11 14:05:30 UTC (rev 174805)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.17.0
-pkgrel=2
+pkgver=3.17.0.1
+pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
 url="http://filezilla-project.org/;
@@ -33,4 +33,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('0a69a0b4a7a805a3d0fe50177698c98e')
+md5sums=('eaebf6951335e97f0175964e5acc23ca')


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

2016-04-30 Thread Florian Pritz
Date: Saturday, April 30, 2016 @ 14:00:05
  Author: bluewind
Revision: 173127

upgpkg: filezilla 3.17.0-2

hook rebuild

Modified:
  filezilla/trunk/PKGBUILD
Deleted:
  filezilla/trunk/filezilla.install

---+
 PKGBUILD  |3 +--
 filezilla.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 11:56:37 UTC (rev 173126)
+++ PKGBUILD2016-04-30 12:00:05 UTC (rev 173127)
@@ -4,13 +4,12 @@
 
 pkgname=filezilla
 pkgver=3.17.0
-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")
-install=filezilla.install
 
source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
 
 prepare() {

Deleted: filezilla.install
===
--- filezilla.install   2016-04-30 11:56:37 UTC (rev 173126)
+++ filezilla.install   2016-04-30 12:00:05 UTC (rev 173127)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-04-24 Thread Florian Pritz
Date: Sunday, April 24, 2016 @ 18:50:04
  Author: bluewind
Revision: 171711

upgpkg: filezilla 3.17.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-24 16:46:39 UTC (rev 171710)
+++ PKGBUILD2016-04-24 16:50:04 UTC (rev 171711)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.16.1
+pkgver=3.17.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('1855d511b98fd16630e1fc69d2cb83d5')
+md5sums=('0a69a0b4a7a805a3d0fe50177698c98e')


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

2016-03-20 Thread Florian Pritz
Date: Thursday, March 17, 2016 @ 19:33:57
  Author: bluewind
Revision: 167040

upgpkg: filezilla 3.16.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-17 18:02:33 UTC (rev 167039)
+++ PKGBUILD2016-03-17 18:33:57 UTC (rev 167040)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('a7f509c7a95ef31f474ce6b89c6e0a78')
+md5sums=('1855d511b98fd16630e1fc69d2cb83d5')


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

2016-03-01 Thread Florian Pritz
Date: Tuesday, March 1, 2016 @ 10:36:11
  Author: bluewind
Revision: 163845

upgpkg: filezilla 3.16.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 09:34:02 UTC (rev 163844)
+++ PKGBUILD2016-03-01 09:36:11 UTC (rev 163845)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.15.0.2
+pkgver=3.16.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('fe83f8f1b9a52934bd437615fa408131')
+md5sums=('a7f509c7a95ef31f474ce6b89c6e0a78')


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

2016-02-13 Thread Florian Pritz
Date: Saturday, February 13, 2016 @ 11:03:08
  Author: bluewind
Revision: 161461

upgpkg: filezilla 3.15.0.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 09:32:56 UTC (rev 161460)
+++ PKGBUILD2016-02-13 10:03:08 UTC (rev 161461)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.15.0.1
+pkgver=3.15.0.2
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('f3c8eb38fe49a8366ac2f2f303e648ef')
+md5sums=('fe83f8f1b9a52934bd437615fa408131')


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

2016-02-10 Thread Florian Pritz
Date: Wednesday, February 10, 2016 @ 16:46:47
  Author: bluewind
Revision: 161058

upgpkg: filezilla 3.15.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 15:46:36 UTC (rev 161057)
+++ PKGBUILD2016-02-10 15:46:47 UTC (rev 161058)
@@ -3,13 +3,13 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.14.1
-pkgrel=2
+pkgver=3.15.0
+pkgrel=1
 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')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' "libfilezilla")
 install=filezilla.install
 
source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
 
@@ -34,4 +34,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('034e51344c866f4ecab75be80f71ba3b')
+md5sums=('e541b2f0389e92b25b4358d6f9f36417')


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

2016-02-10 Thread Florian Pritz
Date: Wednesday, February 10, 2016 @ 18:00:29
  Author: bluewind
Revision: 161066

upgpkg: filezilla 3.15.0.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-10 16:50:41 UTC (rev 161065)
+++ PKGBUILD2016-02-10 17:00:29 UTC (rev 161066)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.15.0
+pkgver=3.15.0.1
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('e541b2f0389e92b25b4358d6f9f36417')
+md5sums=('f3c8eb38fe49a8366ac2f2f303e648ef')


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

2015-12-06 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 08:46:20
  Author: foutrelis
Revision: 149726

C++11 ABI rebuild

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 07:43:02 UTC (rev 149725)
+++ PKGBUILD2015-12-07 07:46:20 UTC (rev 149726)
@@ -4,7 +4,7 @@
 
 pkgname=filezilla
 pkgver=3.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
 url="http://filezilla-project.org/;


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

2015-10-20 Thread Florian Pritz
Date: Tuesday, October 20, 2015 @ 23:36:17
  Author: bluewind
Revision: 144530

upgpkg: filezilla 3.14.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-20 19:30:27 UTC (rev 144529)
+++ PKGBUILD2015-10-20 21:36:17 UTC (rev 144530)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('b24f90a9fe55ea9dc5a54ccd75eacb0d')
+md5sums=('034e51344c866f4ecab75be80f71ba3b')


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

2015-09-18 Thread Florian Pritz
Date: Friday, September 18, 2015 @ 09:34:18
  Author: bluewind
Revision: 140653

upgpkg: filezilla 3.14.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-18 07:17:44 UTC (rev 140652)
+++ PKGBUILD2015-09-18 07:34:18 UTC (rev 140653)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.13.1
+pkgver=3.14.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('48e1e32813cfda37ec4688336fed7408')
+md5sums=('b24f90a9fe55ea9dc5a54ccd75eacb0d')


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

2015-08-24 Thread Florian Pritz
Date: Tuesday, August 25, 2015 @ 00:56:12
  Author: bluewind
Revision: 138735

upgpkg: filezilla 3.13.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-24 16:40:42 UTC (rev 138734)
+++ PKGBUILD2015-08-24 22:56:12 UTC (rev 138735)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.12.0.2
+pkgver=3.13.1
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 --disable-manualupdatecheck \
 --disable-autoupdatecheck \
 --disable-static \
---with-tinyxml=builtin
+--with-pugixml=builtin
 
   make
 }
@@ -34,4 +34,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('7c5f3b8acd52777bab164ddae6b2f784')
+md5sums=('48e1e32813cfda37ec4688336fed7408')


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

2015-07-11 Thread Florian Pritz
Date: Saturday, July 11, 2015 @ 20:57:42
  Author: bluewind
Revision: 136705

upgpkg: filezilla 3.12.0.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-11 17:45:01 UTC (rev 136704)
+++ PKGBUILD2015-07-11 18:57:42 UTC (rev 136705)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.11.0.2
+pkgver=3.12.0.2
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('df6d277f3a29fa2cecb8fae75fc60dad')
+md5sums=('7c5f3b8acd52777bab164ddae6b2f784')


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

2015-06-04 Thread Florian Pritz
Date: Thursday, June 4, 2015 @ 16:18:58
  Author: bluewind
Revision: 134784

upgpkg: filezilla 3.11.0.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 14:10:45 UTC (rev 134783)
+++ PKGBUILD2015-06-04 14:18:58 UTC (rev 134784)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.11.0.1
+pkgver=3.11.0.2
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('a302a1923e93f2e8a8c45c5e117176de')
+md5sums=('df6d277f3a29fa2cecb8fae75fc60dad')


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

2015-05-22 Thread Florian Pritz
Date: Friday, May 22, 2015 @ 22:13:52
  Author: bluewind
Revision: 133979

upgpkg: filezilla 3.11.0.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-22 12:06:55 UTC (rev 133978)
+++ PKGBUILD2015-05-22 20:13:52 UTC (rev 133979)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.11.0
+pkgver=3.11.0.1
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('dd0c61fabba1b9a3107ddea624c66905')
+md5sums=('a302a1923e93f2e8a8c45c5e117176de')


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

2015-05-22 Thread Florian Pritz
Date: Friday, May 22, 2015 @ 11:30:13
  Author: bluewind
Revision: 133967

upgpkg: filezilla 3.11.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-22 08:55:32 UTC (rev 133966)
+++ PKGBUILD2015-05-22 09:30:13 UTC (rev 133967)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.10.3
-pkgrel=2
+pkgver=3.11.0
+pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
 url=http://filezilla-project.org/;
@@ -34,4 +34,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('0c7511a964cbd2afa95e0c42c7258dee')
+md5sums=('dd0c61fabba1b9a3107ddea624c66905')


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

2015-04-15 Thread Florian Pritz
Date: Thursday, April 16, 2015 @ 00:02:52
  Author: bluewind
Revision: 131452

upgpkg: filezilla 3.10.3-2

gnutls rebuild

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 21:47:55 UTC (rev 131451)
+++ PKGBUILD2015-04-15 22:02:52 UTC (rev 131452)
@@ -4,7 +4,7 @@
 
 pkgname=filezilla
 pkgver=3.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
 url=http://filezilla-project.org/;


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

2015-04-13 Thread Evangelos Foutras
Date: Tuesday, April 14, 2015 @ 02:03:50
  Author: foutrelis
Revision: 131321

upgpkg: filezilla 3.10.2-2

gnutls 3.4.0 rebuild.

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-14 00:03:48 UTC (rev 131320)
+++ PKGBUILD2015-04-14 00:03:50 UTC (rev 131321)
@@ -4,7 +4,7 @@
 
 pkgname=filezilla
 pkgver=3.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
 url=http://filezilla-project.org/;


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

2015-02-02 Thread Florian Pritz
Date: Monday, February 2, 2015 @ 11:03:27
  Author: bluewind
Revision: 126969

upgpkg: filezilla 3.10.1.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-02 09:57:01 UTC (rev 126968)
+++ PKGBUILD2015-02-02 10:03:27 UTC (rev 126969)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.10.1
+pkgver=3.10.1.1
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('6dbe9f9d60aa925fa1ddfcd8568bfe32')
+md5sums=('5cefd40699388d66d27c0b04bd3e3f40')


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

2015-01-31 Thread Florian Pritz
Date: Saturday, January 31, 2015 @ 17:39:15
  Author: bluewind
Revision: 126861

upgpkg: filezilla 3.10.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 15:00:50 UTC (rev 126860)
+++ PKGBUILD2015-01-31 16:39:15 UTC (rev 126861)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.10.0.2
+pkgver=3.10.1
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('3456276f703f6fd8f84b0ecb26e3638e')
+md5sums=('6dbe9f9d60aa925fa1ddfcd8568bfe32')


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

2015-01-16 Thread Florian Pritz
Date: Friday, January 16, 2015 @ 17:41:36
  Author: bluewind
Revision: 125993

upgpkg: filezilla 3.10.0.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 15:18:54 UTC (rev 125992)
+++ PKGBUILD2015-01-16 16:41:36 UTC (rev 125993)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.10.0.1
+pkgver=3.10.0.2
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('6c71344434bcbd921136e70ad545e748')
+md5sums=('3456276f703f6fd8f84b0ecb26e3638e')


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

2015-01-14 Thread Florian Pritz
Date: Wednesday, January 14, 2015 @ 14:56:44
  Author: bluewind
Revision: 125915

upgpkg: filezilla 3.10.0.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 12:51:18 UTC (rev 125914)
+++ PKGBUILD2015-01-14 13:56:44 UTC (rev 125915)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.10.0
+pkgver=3.10.0.1
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('98a5086c82366551c17877052a7a53cc')
+md5sums=('6c71344434bcbd921136e70ad545e748')


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

2015-01-08 Thread Florian Pritz
Date: Thursday, January 8, 2015 @ 19:47:34
  Author: bluewind
Revision: 125616

upgpkg: filezilla 3.10.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-08 18:42:55 UTC (rev 125615)
+++ PKGBUILD2015-01-08 18:47:34 UTC (rev 125616)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.9.0.6
+pkgver=3.10.0
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('8d88e9b841881190b2149d7731fce64a')
+md5sums=('98a5086c82366551c17877052a7a53cc')


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

2014-10-25 Thread Florian Pritz
Date: Saturday, October 25, 2014 @ 11:22:26
  Author: bluewind
Revision: 121379

upgpkg: filezilla 3.9.0.6-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-25 07:00:24 UTC (rev 121378)
+++ PKGBUILD2014-10-25 09:22:26 UTC (rev 121379)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.9.0.5
-pkgrel=2
+pkgver=3.9.0.6
+pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
 url=http://filezilla-project.org/;
@@ -30,4 +30,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('01d3249dc4e6f2575b4cd4ef6558b35d')
+md5sums=('8d88e9b841881190b2149d7731fce64a')


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

2014-10-20 Thread Evangelos Foutras
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
===
--- PKGBUILD2014-10-20 15:37:56 UTC (rev 121076)
+++ PKGBUILD2014-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;)
 


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

2014-09-08 Thread Florian Pritz
Date: Monday, September 8, 2014 @ 11:59:39
  Author: bluewind
Revision: 118652

upgpkg: filezilla 3.9.0.5-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-08 09:52:34 UTC (rev 118651)
+++ PKGBUILD2014-09-08 09:59:39 UTC (rev 118652)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.9.0.3
+pkgver=3.9.0.5
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('fcc906f3a08edeb60aa056675e7b0d94')
+md5sums=('01d3249dc4e6f2575b4cd4ef6558b35d')



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

2014-08-13 Thread Florian Pritz
Date: Wednesday, August 13, 2014 @ 19:02:26
  Author: bluewind
Revision: 117372

upgpkg: filezilla 3.9.0.3-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-13 15:49:08 UTC (rev 117371)
+++ PKGBUILD2014-08-13 17:02:26 UTC (rev 117372)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.9.0.2
+pkgver=3.9.0.3
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('6bdfbe21b76a900ef7c63d271b3e7126')
+md5sums=('fcc906f3a08edeb60aa056675e7b0d94')



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

2014-08-08 Thread Florian Pritz
Date: Friday, August 8, 2014 @ 13:31:33
  Author: bluewind
Revision: 117030

upgpkg: filezilla 3.9.0.2-1

upstream update + wxgtk stl rebuild

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-08 10:37:22 UTC (rev 117029)
+++ PKGBUILD2014-08-08 11:31:33 UTC (rev 117030)
@@ -3,21 +3,18 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.8.1
+pkgver=3.9.0.2
 pkgrel=1
 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' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite' 'gnutls')
+depends=('dbus-core' '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;)
 
 build() {
   cd ${pkgname}-${pkgver}
-  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
-  export WXRC='/usr/bin/wxrc-2.8'
-  ./autogen.sh
   ./configure \
 --prefix=/usr \
 --disable-manualupdatecheck \
@@ -33,4 +30,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('b4bce64b8db97419cfefa04468afc9fb')
+md5sums=('6bdfbe21b76a900ef7c63d271b3e7126')



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

2014-06-05 Thread Florian Pritz
Date: Thursday, June 5, 2014 @ 21:47:45
  Author: bluewind
Revision: 112739

upgpkg: filezilla 3.8.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-05 19:42:00 UTC (rev 112738)
+++ PKGBUILD2014-06-05 19:47:45 UTC (rev 112739)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('63e584aa478e358105e45972ee718a19')
+md5sums=('b4bce64b8db97419cfefa04468afc9fb')



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

2014-03-28 Thread Florian Pritz
Date: Friday, March 28, 2014 @ 21:48:58
  Author: bluewind
Revision: 108562

upgpkg: filezilla 3.8.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 20:29:23 UTC (rev 108561)
+++ PKGBUILD2014-03-28 20:48:58 UTC (rev 108562)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.7.4.1
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('e6c24c4ddc0fe5470fe890b5b2f5b49a')
+md5sums=('63e584aa478e358105e45972ee718a19')



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

2014-02-12 Thread Florian Pritz
Date: Wednesday, February 12, 2014 @ 19:26:33
  Author: bluewind
Revision: 105646

upgpkg: filezilla 3.7.4.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-12 18:22:19 UTC (rev 105645)
+++ PKGBUILD2014-02-12 18:26:33 UTC (rev 105646)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.7.4
+pkgver=3.7.4.1
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('8419418f1f473bf153369d7a834e39e7')
+md5sums=('e6c24c4ddc0fe5470fe890b5b2f5b49a')



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

2014-02-09 Thread Florian Pritz
Date: Sunday, February 9, 2014 @ 22:18:14
  Author: bluewind
Revision: 105533

upgpkg: filezilla 3.7.4-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-09 18:40:24 UTC (rev 105532)
+++ PKGBUILD2014-02-09 21:18:14 UTC (rev 105533)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.7.3
-pkgrel=3
+pkgver=3.7.4
+pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
 url=http://filezilla-project.org/;
@@ -33,4 +33,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('df7828739a852ac3adbc1c010303115d')
+md5sums=('8419418f1f473bf153369d7a834e39e7')



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

2014-02-02 Thread Florian Pritz
Date: Sunday, February 2, 2014 @ 10:46:40
  Author: bluewind
Revision: 105168

upgpkg: filezilla 3.7.3-3

add gnutls dep; FS#38736

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 04:04:56 UTC (rev 105167)
+++ PKGBUILD2014-02-02 09:46:40 UTC (rev 105168)
@@ -4,12 +4,12 @@
 
 pkgname=filezilla
 pkgver=3.7.3
-pkgrel=2
+pkgrel=3
 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' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite')
+depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite' 'gnutls')
 install=filezilla.install
 
source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
 



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

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 22:42:43
  Author: alucryd
Revision: 103502

wxgtk todo: filezilla 3.7.3-2

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 21:19:08 UTC (rev 103501)
+++ PKGBUILD2014-01-06 21:42:43 UTC (rev 103502)
@@ -4,18 +4,20 @@
 
 pkgname=filezilla
 pkgver=3.7.3
-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')
+depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite')
 install=filezilla.install
 
source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
 
 build() {
   cd ${pkgname}-${pkgver}
-   ./autogen.sh
+  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
+  export WXRC='/usr/bin/wxrc-2.8'
+  ./autogen.sh
   ./configure \
 --prefix=/usr \
 --disable-manualupdatecheck \



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

2013-08-07 Thread Florian Pritz
Date: Wednesday, August 7, 2013 @ 22:59:35
  Author: bluewind
Revision: 95253

upgpkg: filezilla 3.7.3-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 20:52:39 UTC (rev 95252)
+++ PKGBUILD2013-08-07 20:59:35 UTC (rev 95253)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.7.2
+pkgver=3.7.3
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -31,4 +31,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('2cf1e519b78c87e35284dae98439e96c')
+md5sums=('df7828739a852ac3adbc1c010303115d')



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

2013-08-06 Thread Florian Pritz
Date: Tuesday, August 6, 2013 @ 21:44:29
  Author: bluewind
Revision: 95216

upgpkg: filezilla 3.7.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-06 19:05:07 UTC (rev 95215)
+++ PKGBUILD2013-08-06 19:44:29 UTC (rev 95216)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.7.1.1
+pkgver=3.7.2
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -31,4 +31,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('52c6f764b2f4a94b1781da42b2bbb9b5')
+md5sums=('2cf1e519b78c87e35284dae98439e96c')



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

2013-07-03 Thread Florian Pritz
Date: Wednesday, July 3, 2013 @ 23:46:36
  Author: bluewind
Revision: 93465

upgpkg: filezilla 3.7.1.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-03 19:08:14 UTC (rev 93464)
+++ PKGBUILD2013-07-03 21:46:36 UTC (rev 93465)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.7.1
+pkgver=3.7.1.1
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -31,4 +31,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('be19e8c157e81f94048ed3b1e3031b07')
+md5sums=('52c6f764b2f4a94b1781da42b2bbb9b5')



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

2013-06-20 Thread Florian Pritz
Date: Thursday, June 20, 2013 @ 10:29:29
  Author: bluewind
Revision: 92949

upgpkg: filezilla 3.7.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-20 08:18:55 UTC (rev 92948)
+++ PKGBUILD2013-06-20 08:29:29 UTC (rev 92949)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.7.0.2
+pkgver=3.7.1
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -31,4 +31,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('04a6a6aea31a01feda78e509246ae10a')
+md5sums=('be19e8c157e81f94048ed3b1e3031b07')



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

2013-05-26 Thread Florian Pritz
Date: Sunday, May 26, 2013 @ 19:21:19
  Author: bluewind
Revision: 91730

upgpkg: filezilla 3.7.0.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-26 15:42:21 UTC (rev 91729)
+++ PKGBUILD2013-05-26 17:21:19 UTC (rev 91730)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.7.0.1
+pkgver=3.7.0.2
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -31,4 +31,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('cb07cf02ee4cc767e10e8a022ad0ce0d')
+md5sums=('04a6a6aea31a01feda78e509246ae10a')



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

2013-05-10 Thread Florian Pritz
Date: Friday, May 10, 2013 @ 22:25:19
  Author: bluewind
Revision: 90267

upgpkg: filezilla 3.7.0.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-10 17:14:37 UTC (rev 90266)
+++ PKGBUILD2013-05-10 20:25:19 UTC (rev 90267)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.7.0
+pkgver=3.7.0.1
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -31,4 +31,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('de827a062ec316d0da99936aeaaeeb79')
+md5sums=('cb07cf02ee4cc767e10e8a022ad0ce0d')



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

2013-05-09 Thread Florian Pritz
Date: Thursday, May 9, 2013 @ 23:10:05
  Author: bluewind
Revision: 90238

upgpkg: filezilla 3.7.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-09 20:11:29 UTC (rev 90237)
+++ PKGBUILD2013-05-09 21:10:05 UTC (rev 90238)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.6.0.2
+pkgver=3.7.0
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -31,4 +31,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('d56773feafb85c216813bbda87838db0')
+md5sums=('de827a062ec316d0da99936aeaaeeb79')