diff --git a/filezilla/mingw-w64-svn/PKGBUILD b/filezilla/mingw-w64-svn/PKGBUILD index 82de4a5f..fd6aaf33 100644 --- a/filezilla/mingw-w64-svn/PKGBUILD +++ b/filezilla/mingw-w64-svn/PKGBUILD @@ -1,13 +1,13 @@ _name=filezilla pkgname=mingw-w64-filezilla-svn -pkgver=r7228 +pkgver=r7235 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client (mingw-w64, svn version)" arch=('any') -url="http://filezilla-project.org/" +url="https://filezilla-project.org/" license=('GPL') -depends=('mingw-w64-crt' 'mingw-w64-hicolor-icon-theme' 'mingw-w64-libpng' 'mingw-w64-dbus' 'mingw-w64-libidn' 'mingw-w64-sqlite' 'mingw-w64-gnutls' 'mingw-w64-libfilezilla-svn') -makedepends=('mingw-w64-gcc' 'mingw-w64-configure' 'mingw-w64-wxmsw' 'wxgtk' 'subversion') +depends=('mingw-w64-crt' 'mingw-w64-libidn' 'mingw-w64-sqlite' 'mingw-w64-gnutls' 'mingw-w64-wxmsw' 'mingw-w64-libfilezilla-svn') +makedepends=('mingw-w64-gcc' 'mingw-w64-configure' 'wxgtk' 'subversion') install= source=("${_name}::svn+https://svn.filezilla-project.org/svn/FileZilla3/trunk") md5sums=('SKIP') @@ -32,7 +32,8 @@ build() { ${_arch}-configure \ --disable-manualupdatecheck \ --disable-autoupdatecheck \ - --with-pugixml=builtin + --with-pugixml=builtin \ + --with-wx-config="${_arch}-wx-config --static=no" make done } diff --git a/libfilezilla/mingw-w64-svn/PKGBUILD b/libfilezilla/mingw-w64-svn/PKGBUILD index 93e0cfda..ec818aa6 100644 --- a/libfilezilla/mingw-w64-svn/PKGBUILD +++ b/libfilezilla/mingw-w64-svn/PKGBUILD @@ -4,7 +4,7 @@ pkgver=r7227 pkgrel=1 pkgdesc="Library used by FileZilla (mingw-w64, svn version)" arch=('any') -url="http://filezilla-project.org/" +url="https://filezilla-project.org/" license=('GPL') depends=('mingw-w64-crt') makedepends=('mingw-w64-gcc' 'mingw-w64-configure' 'subversion')