From e7d57013f062ca07d3c65fb7345e3865df5f6aa3 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 26 Dec 2022 23:27:09 +0300 Subject: [PATCH] libarchive ver. bump --- system/devel/libarchive/actions.py | 2 ++ system/devel/libarchive/pspec.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/system/devel/libarchive/actions.py b/system/devel/libarchive/actions.py index 182e724b..7dba1926 100644 --- a/system/devel/libarchive/actions.py +++ b/system/devel/libarchive/actions.py @@ -27,4 +27,6 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dosed("%s/usr/lib/pkgconfig/libarchive.pc" % get.installDIR(), "iconv", "") + pisitools.dodoc("COPYING","NEWS") diff --git a/system/devel/libarchive/pspec.xml b/system/devel/libarchive/pspec.xml index 226726f4..0e35315a 100644 --- a/system/devel/libarchive/pspec.xml +++ b/system/devel/libarchive/pspec.xml @@ -12,7 +12,7 @@ library Library for reading and writing streaming archives libarchive includes a library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats. - https://github.com/libarchive/libarchive/releases/download/v3.6.1/libarchive-3.6.1.tar.xz + https://github.com/libarchive/libarchive/releases/download/v3.6.2/libarchive-3.6.2.tar.xz acl-devel nettle-devel @@ -67,6 +67,13 @@ + + 2022-12-26 + 3.6.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-01 3.6.1