From 4223ae12b42ebc553ca5332736871fa2f54bbc1b Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 26 Apr 2021 06:14:14 +0300 Subject: [PATCH] p7zip. --- util/archive/p7zip/actions.py | 2 +- util/archive/p7zip/pspec.xml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/util/archive/p7zip/actions.py b/util/archive/p7zip/actions.py index 000f918a77..7f1cdde316 100644 --- a/util/archive/p7zip/actions.py +++ b/util/archive/p7zip/actions.py @@ -12,7 +12,7 @@ from pisi.actionsapi import get WorkDir = "p7zip-%s" % get.srcVERSION() makefiles = { - 'x86_64' : "makefile.linux_amd64" + 'x86_64' : "makefile.linux_amd64_asm" } def setup(): diff --git a/util/archive/p7zip/pspec.xml b/util/archive/p7zip/pspec.xml index e8bc23250f..03efdc11e1 100644 --- a/util/archive/p7zip/pspec.xml +++ b/util/archive/p7zip/pspec.xml @@ -14,8 +14,8 @@ p7zip is a port of 7-Zip archiver for Unix. Supports packing-unpacking 7z, ZIP, GZIP, BZIP2 and TAR archives and unpacking RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS arhives. - - https://github.com/jinfeihan57/p7zip/archive/v17.03.tar.gz + + https://github.com/jinfeihan57/p7zip/archive/v17.04.tar.gz yasm-devel @@ -37,6 +37,13 @@ + + 2021-04-26 + 17.04 + Version bump. + fury + uglyside@yandex.ru + 2021-03-13 17.03