pkgname=filezilla _pkgname=FileZilla pkgver=3.68.1 _pkgver=3.68.1 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client." arch=('x86_64') url="https://filezilla-project.org/" license=('GPL2') depends=('dbus' 'hicolor-icon-theme' 'libidn' 'libjpeg-turbo' 'xdg-utils' 'sqlite' 'libfilezilla' 'pugixml' 'gnutls' 'nettle' 'wxwidgets' 'gdk-pixbuf2') makedepends=('boost') source=("https://download.filezilla-project.org/client/${_pkgname}_${_pkgver}_src.tar.xz" 'filezilla.desktop' "https://raw.githubusercontent.com/archlinux/svntogit-community/packages/filezilla/trunk/wxwidgets-3.2.patch") sha512sums=('b8cd7a524c13753118f8c48b0f4063a3459d119efe2bfd11c0ca40e35573885e2cae85007e7958d6eec4bcbdd557eba76bcaa72a922d3bd4f85385fc06d0df6b' 'a9d36573bc30a476e75f33f04f8aef990bdb03a151e7a4b72cdc69c351fc7313da8a84fc2e43383d3945b78a510d01b31a820c3615a185ead3343606285c893b' '0f92bd0180830fdb54cfb2eff2b6ebb3413aaace2b901300ca2f192b5abffea28f511eb26dea4eb8fb2ff8b951d15b4c39bef77cad59542b9f3632bbddd79183') build() { cd ${pkgname}-${_pkgver} #patch -p1 -i ${srcdir}/wxwidgets-3.2.patch autoreconf -vi ./configure --prefix=/usr \ --disable-manualupdatecheck \ --disable-autoupdatecheck \ --disable-static \ --with-pugixml=system make } package() { cd ${pkgname}-${_pkgver} make DESTDIR=${pkgdir} install rm ${pkgdir}/usr/share/applications/filezilla.desktop install -D -m644 ${srcdir}/filezilla.desktop ${pkgdir}/usr/share/applications/filezilla.desktop }