aboutsummaryrefslogtreecommitdiffstats
path: root/community/filezilla/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/filezilla/APKBUILD')
-rw-r--r--community/filezilla/APKBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/community/filezilla/APKBUILD b/community/filezilla/APKBUILD
index 829a3e3b45..5bb260cf9b 100644
--- a/community/filezilla/APKBUILD
+++ b/community/filezilla/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=filezilla
-pkgver=3.47.1
+pkgver=3.48.0
pkgrel=0
pkgdesc="FTP Client"
url="https://filezilla-project.org"
@@ -9,7 +9,12 @@ license="GPL-2.0-or-later"
makedepends="gnutls-dev gtk+2.0-dev libfilezilla-dev>=0.18.0 libidn-dev
pugixml-dev sqlite-dev wxgtk3-dev xdg-utils"
subpackages="$pkgname-doc $pkgname-lang"
-source="https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2"
+source="https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2
+ missing-list-include.patch"
+case "$CARCH" in
+ s390x)
+ options="!check" # ratelimit_test fails
+esac
build() {
export CXXFLAGS="$CXXFLAGS -include assert.h"
@@ -33,4 +38,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="32573e847bc23acb86bdea8eb4de102e4f673465e0b86738d954b47eacdf6e534854a9065bddf8b586eba315bf65b1bfc4f17f9379819a6c9bd43ae6ed8f388a FileZilla_3.47.1_src.tar.bz2"
+sha512sums="c9d4eb17dc31894468ca4b7c4c8fda0f307d3931bf1b3b8fb44afd084a1b2c9309d39e5745f9ba287a5566d44089af32350703e324a559afd6a015af469433fb FileZilla_3.48.0_src.tar.bz2
+6280da4f1c359be7d49e8b590f036ddf1220ce6145fbba6c789c89d444a2a85d283275e402d996a6d28e9d5129f646b7920005d5d71faa4a80f0c734133c48a1 missing-list-include.patch"