Skip to content

Commit be68d0d

Browse files
dogknowsnxDuncaen
authored andcommitted
libarchive: update to 3.8.7
1 parent c6e944b commit be68d0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

srcpkgs/libarchive/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Template file for 'libarchive'
22
pkgname=libarchive
3-
version=3.8.6
3+
version=3.8.7
44
revision=1
55
bootstrap=yes
66
build_style=gnu-configure
77
configure_args="$(vopt_enable acl) $(vopt_enable acl xattr)
88
$(vopt_with expat) $(vopt_with lzo lzo2) $(vopt_with lz4)
99
$(vopt_with ssl openssl) $(vopt_with zstd) --without-xml2
1010
--without-libb2 --without-nettle --disable-rpath"
11-
hostmakedepends="pkgconf"
11+
hostmakedepends="pkg-config"
1212
makedepends="zlib-devel bzip2-devel liblzma-devel
1313
$(vopt_if acl acl-devel) $(vopt_if expat expat-devel) $(vopt_if zstd libzstd-devel)
1414
$(vopt_if lzo lzo-devel) $(vopt_if lz4 liblz4-devel) $(vopt_if ssl openssl-devel)"
@@ -18,7 +18,7 @@ license="BSD-2-Clause"
1818
homepage="https://www.libarchive.org/"
1919
changelog="https://github.com/libarchive/libarchive/releases"
2020
distfiles="https://github.com/libarchive/libarchive/releases/download/v${version}/libarchive-${version}.tar.xz"
21-
checksum=8ac57c1f5e99550948d1fe755c806d26026e71827da228f36bef24527e372e6f
21+
checksum=d3a8ba457ae25c27c84fd2830a2efdcc5b1d40bf585d4eb0d35f47e99e5d4774
2222

2323
build_options="acl expat lzo lz4 ssl zstd"
2424
build_options_default="acl ssl lz4 zstd"

0 commit comments

Comments
 (0)