Date: Tuesday, January 24, 2023 @ 21:01:10 Author: freswa Revision: 1388133
upgpkg: filezilla 3.63.0-1 Modified: filezilla/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-24 20:57:46 UTC (rev 1388132) +++ PKGBUILD 2023-01-24 21:01:10 UTC (rev 1388133) @@ -3,8 +3,8 @@ # Contributor: Alexander Fehr <pizzapunk gmail com> pkgname=filezilla -pkgver=3.62.2 -pkgrel=3 +pkgver=3.63.0 +pkgrel=1 pkgdesc='Fast and reliable FTP, FTPS and SFTP client' url='https://filezilla-project.org/' arch=('x86_64') @@ -14,16 +14,12 @@ 'gnutls' 'libfilezilla' libfilezilla.so libdbus-1.so libgtk-3.so libgdk-3.so libnettle.so ) -source=(https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2 - wxwidgets-3.2.patch) -sha256sums=('a76709635ca0ea474f691f6c60b191334af3079ef192c07c346504baab738c12' - 'd1b55c763222b625b24e97e2982a0eed5fa16a18909a7a3f86f06b246c2bf3d8') -sha512sums=('a7dec07f6b6fe6fe1a54481e67e9ad2cb057bf84db6e6128f5e853f2edac3c34583a84f25c206f382f8bac6fa4ab48ea54a2a2f7efe8cc6c9d18cb1d3eba0255' - '0f92bd0180830fdb54cfb2eff2b6ebb3413aaace2b901300ca2f192b5abffea28f511eb26dea4eb8fb2ff8b951d15b4c39bef77cad59542b9f3632bbddd79183') +source=(https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2) +sha256sums=('0fbff6c9b25f50d77a1f5e4139fe0acae4603c78074bcfa9afe9e032989ca400') +sha512sums=('47065cfbc1944cd9f8b2c4d3b2a2bb1e9e169b083a46d79fe477cc3a628e91241822c739f308ce614212710f431c333f33193b9261f9b5ec677eb8c62a634364') prepare() { cd ${pkgname}-${pkgver} - patch -p1 < ../wxwidgets-3.2.patch # Allow building with wxWidgets 3.2 autoreconf -vif }
