[arch-commits] Commit in filezilla/repos (4 files)

Florian Pritz bluewind at archlinux.org
Sun Jan 15 18:23:02 UTC 2017


    Date: Sunday, January 15, 2017 @ 18:23:01
  Author: bluewind
Revision: 207484

archrelease: copy trunk to community-i686, community-x86_64

Added:
  filezilla/repos/community-i686/PKGBUILD
    (from rev 207483, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-x86_64/PKGBUILD
    (from rev 207483, filezilla/trunk/PKGBUILD)
Deleted:
  filezilla/repos/community-i686/PKGBUILD
  filezilla/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 ----------------------
 community-x86_64/PKGBUILD |   36 ----------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-15 18:22:56 UTC (rev 207483)
+++ community-i686/PKGBUILD	2017-01-15 18:23:01 UTC (rev 207484)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=filezilla
-pkgver=3.23.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' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls' "libfilezilla")
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2")
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
-    --prefix=/usr \
-    --disable-manualupdatecheck \
-    --disable-autoupdatecheck \
-    --disable-static \
-    --with-pugixml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('5f52629d11a16ed2d547a4b200d3448c')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 207483, filezilla/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-15 18:23:01 UTC (rev 207484)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=filezilla
+pkgver=3.24.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' "libfilezilla")
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2")
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+    --prefix=/usr \
+    --disable-manualupdatecheck \
+    --disable-autoupdatecheck \
+    --disable-static \
+    --with-pugixml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('e63a42b8f384554ef58f44d7e4ba26b7')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-15 18:22:56 UTC (rev 207483)
+++ community-x86_64/PKGBUILD	2017-01-15 18:23:01 UTC (rev 207484)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=filezilla
-pkgver=3.23.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' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 'gnutls' "libfilezilla")
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2")
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
-    --prefix=/usr \
-    --disable-manualupdatecheck \
-    --disable-autoupdatecheck \
-    --disable-static \
-    --with-pugixml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('5f52629d11a16ed2d547a4b200d3448c')

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 207483, filezilla/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-15 18:23:01 UTC (rev 207484)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=filezilla
+pkgver=3.24.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' "libfilezilla")
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2")
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+    --prefix=/usr \
+    --disable-manualupdatecheck \
+    --disable-autoupdatecheck \
+    --disable-static \
+    --with-pugixml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('e63a42b8f384554ef58f44d7e4ba26b7')



More information about the arch-commits mailing list