Date: Friday, November 30, 2018 @ 16:21:51 Author: bluewind Revision: 410645
archrelease: copy trunk to community-x86_64 Added: filezilla/repos/community-x86_64/PKGBUILD (from rev 410644, filezilla/trunk/PKGBUILD) Deleted: filezilla/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 70 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-11-30 16:21:47 UTC (rev 410644) +++ PKGBUILD 2018-11-30 16:21:51 UTC (rev 410645) @@ -1,35 +0,0 @@ -# Contributor: Alexander Fehr <pizzapunk gmail com> -# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us> - -pkgname=filezilla -pkgver=3.38.1 -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=('ff47f3858f7fd81c68e2ea9e57370ce8') - -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 410644, filezilla/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-11-30 16:21:51 UTC (rev 410645) @@ -0,0 +1,35 @@ +# Contributor: Alexander Fehr <pizzapunk gmail com> +# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us> + +pkgname=filezilla +pkgver=3.39.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=('9e819e21fafe9ff16bfc1c07b4c09153') + +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 +}