aboutsummaryrefslogtreecommitdiffstats
path: root/community/libfilezilla
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-27 22:47:15 +0300
committerprspkt <prspkt@protonmail.com>2019-06-27 23:04:27 +0300
commit74ce2cef30d85c78a150f74d99600c1c25704056 (patch)
tree63b887bd1313d6e8789f148ed6bef64bde90e027 /community/libfilezilla
parent7c61f0ae7e0f1799d8bf8e5b4f27aa376ae18982 (diff)
downloadaports-74ce2cef30d85c78a150f74d99600c1c25704056.tar.bz2
aports-74ce2cef30d85c78a150f74d99600c1c25704056.tar.xz
community/libfilezilla: upgrade to 0.17.1
* The following (2) new features require gettext and gnutls-dev makedepends. 1. gettext-style translatable strings (for language generation). 2. Transport Layer Security layer requires GnuTLS 3.5.7 or later. * Add -lang subpackage for the language files.
Diffstat (limited to 'community/libfilezilla')
-rw-r--r--community/libfilezilla/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/libfilezilla/APKBUILD b/community/libfilezilla/APKBUILD
index aab7accf94..4e94b3e19a 100644
--- a/community/libfilezilla/APKBUILD
+++ b/community/libfilezilla/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
# filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable
pkgname=libfilezilla
-pkgver=0.16.0
+pkgver=0.17.1
pkgrel=0
-pkgdesc="C++ library, offering some basic functionality to build high-performing, platform-independent programs"
+pkgdesc="C++ library for filezilla"
url="https://filezilla-project.org"
arch="all"
license="GPL-2.0-or-later"
-makedepends="cppunit-dev nettle-dev"
-subpackages="$pkgname-dev"
+makedepends="cppunit-dev gettext gnutls-dev nettle-dev"
+subpackages="$pkgname-dev $pkgname-lang"
source="https://download.filezilla-project.org/libfilezilla/$pkgname-$pkgver.tar.bz2"
build() {
@@ -29,4 +29,4 @@ check() {
make check
}
-sha512sums="ea3302ae0c51582d6715fa3dd06d330a2ac820c3229b4dcab4a3470021dba667b6aea1a5b13168d720d7218cc8513e40c97990ed6573d0ea46d76e6ef50c2e6e libfilezilla-0.16.0.tar.bz2"
+sha512sums="c9c88bf3cbeb5284c3e55571b40b07f780cb23aeb802284d385a2564bf46396875a34739f9819b0c3f89923950f19a13f6454940434a987bb91b2f23b898f774 libfilezilla-0.17.1.tar.bz2"