libfilezilla: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-08 17:03:17 -07:00 committed by classabbyamp
parent 5cc3a3e8ef
commit 6fdec5950f

View file

@ -2,7 +2,7 @@
# filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable
pkgname=libfilezilla
version=0.45.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="gettext pkg-config"
@ -15,6 +15,10 @@ changelog="https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/NEWS?v
distfiles="https://download.filezilla-project.org/libfilezilla/libfilezilla-${version}.tar.xz"
checksum=3c1454bc1586d17776f62c7505d43a06d3abd2e2e35642cca477fa22f27d982f
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
libfilezilla-devel_package() {
short_desc+=" - development files"
depends="libfilezilla>=${version}_${revision}"