[arch-commits] Commit in filezilla/repos/community-x86_64 (PKGBUILD PKGBUILD)

Florian Pritz bluewind at archlinux.org
Fri Oct 26 15:20:03 UTC 2018


    Date: Friday, October 26, 2018 @ 15:20:02
  Author: bluewind
Revision: 399132

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-26 15:19:58 UTC (rev 399131)
+++ PKGBUILD	2018-10-26 15:20:02 UTC (rev 399132)
@@ -1,35 +0,0 @@
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=filezilla
-pkgver=3.37.4
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('x86_64')
-url="http://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=('0c8d36d6f8d3445c28583339eaea2618')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
-    --prefix=/usr \
-    --disable-manualupdatecheck \
-    --disable-autoupdatecheck \
-    --with-pugixml=builtin \
-    --with-wx-config=/usr/bin/wx-config-gtk3
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 399131, filezilla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-26 15:20:02 UTC (rev 399132)
@@ -0,0 +1,35 @@
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=filezilla
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('x86_64')
+url="http://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=('4f9706adbb2c3168be68b15dd79151f0')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+    --prefix=/usr \
+    --disable-manualupdatecheck \
+    --disable-autoupdatecheck \
+    --with-pugixml=builtin \
+    --with-wx-config=/usr/bin/wx-config-gtk3
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list