diff options
Diffstat (limited to 'ports/libarchive/CONTROL')
| -rw-r--r-- | ports/libarchive/CONTROL | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/libarchive/CONTROL b/ports/libarchive/CONTROL index dc53b2e82..425c2c72c 100644 --- a/ports/libarchive/CONTROL +++ b/ports/libarchive/CONTROL @@ -1,15 +1,19 @@ Source: libarchive
-Version: 3.4.1-1
+Version: 3.4.1-2
Homepage: https://github.com/libarchive/libarchive
Description: Library for reading and writing streaming archives
Build-Depends: zlib
-Default-Features: bzip2, libxml2, lz4, lzma, lzo, openssl
+Default-Features: bzip2, libxml2, lz4, lzma, lzo, openssl, zstd
Supports: !uwp
Feature: bzip2
Build-Depends: bzip2
Description: BZip2 support
+Feature: zstd
+Build-Depends: zstd
+Description: zstd support
+
Feature: libxml2
Build-Depends: libxml2
Description: Libxml2 support
|
