Merge pull request #838 from fewtarius/dev

Fix dependencies.
This commit is contained in:
fewtarius 2022-12-25 15:41:23 -05:00 committed by GitHub
commit a7157cf8f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,5 +7,5 @@ PKG_VERSION="1.9.2"
PKG_LICENSE="GPL"
PKG_SITE="https://libzip.org/download"
PKG_URL="${PKG_SITE}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain zlib"
PKG_DEPENDS_TARGET="toolchain zlib gnutls openssl"
PKG_LONGDESC="A C library for reading, creating, and modifying zip archives."