Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libarchive: fix dependencies #4156

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
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 packages/l/libarchive/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : libarchive

Check notice on line 1 in packages/l/libarchive/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.
version : 3.7.7
release : 54
release : 55
source :
- https://github.com/libarchive/libarchive/releases/download/v3.7.7/libarchive-3.7.7.tar.xz : 879acd83c3399c7caaee73fe5f7418e06087ab2aaf40af3e99b9e29beb29faee
homepage : http://www.libarchive.org/
Expand All @@ -17,14 +17,14 @@
- pkgconfig32(ext2fs)
- pkgconfig32(libacl)
- pkgconfig32(libattr)
- pkgconfig32(libb2)
- pkgconfig32(libcrypto)
- pkgconfig32(liblz4)
- pkgconfig32(liblzma)
- pkgconfig32(libxml-2.0)
- pkgconfig32(libzstd)
- pkgconfig32(lzo2)
- pkgconfig32(nettle)
- pkgconfig(libb2)
- pkgconfig(liblz4)
patterns :
- bin :
- /usr/bin
Expand Down
14 changes: 7 additions & 7 deletions packages/l/libarchive/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>libarchive</Name>
<Homepage>http://www.libarchive.org/</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Packager>
<License>BSD-2-Clause</License>
<PartOf>programming.library</PartOf>
Expand Down Expand Up @@ -131,12 +131,12 @@
</Files>
</Package>
<History>
<Update release="54">
<Date>2024-10-21</Date>
<Update release="55">
<Date>2024-10-25</Date>
<Version>3.7.7</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>
</PISI>
Loading