Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/libarchive/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Template file for 'libarchive'
pkgname=libarchive
version=3.8.6
version=3.8.7
revision=1
bootstrap=yes
build_style=gnu-configure
configure_args="$(vopt_enable acl) $(vopt_enable acl xattr)
$(vopt_with expat) $(vopt_with lzo lzo2) $(vopt_with lz4)
$(vopt_with ssl openssl) $(vopt_with zstd) --without-xml2
--without-libb2 --without-nettle --disable-rpath"
hostmakedepends="pkgconf"
hostmakedepends="pkg-config"
makedepends="zlib-devel bzip2-devel liblzma-devel
$(vopt_if acl acl-devel) $(vopt_if expat expat-devel) $(vopt_if zstd libzstd-devel)
$(vopt_if lzo lzo-devel) $(vopt_if lz4 liblz4-devel) $(vopt_if ssl openssl-devel)"
Expand All @@ -18,7 +18,7 @@ license="BSD-2-Clause"
homepage="https://www.libarchive.org/"
changelog="https://github.com/libarchive/libarchive/releases"
distfiles="https://github.com/libarchive/libarchive/releases/download/v${version}/libarchive-${version}.tar.xz"
checksum=8ac57c1f5e99550948d1fe755c806d26026e71827da228f36bef24527e372e6f
checksum=d3a8ba457ae25c27c84fd2830a2efdcc5b1d40bf585d4eb0d35f47e99e5d4774

build_options="acl expat lzo lz4 ssl zstd"
build_options_default="acl ssl lz4 zstd"
Expand Down