This commit is contained in:
4fury-c3440d8
2021-04-26 06:14:14 +03:00
parent ff4c86ef98
commit 4223ae12b4
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
WorkDir = "p7zip-%s" % get.srcVERSION() WorkDir = "p7zip-%s" % get.srcVERSION()
makefiles = { makefiles = {
'x86_64' : "makefile.linux_amd64" 'x86_64' : "makefile.linux_amd64_asm"
} }
def setup(): def setup():
+9 -2
View File
@@ -14,8 +14,8 @@
<Description> <Description>
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. 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.
</Description> </Description>
<Archive sha1sum="cc4961dbaf7b2abcd589a95e4f8e4b82e8f66268" type="targz"> <Archive sha1sum="e4cd1283aff2fbb36b8736090c26a9fc5eec842d" type="targz">
https://github.com/jinfeihan57/p7zip/archive/v17.03.tar.gz https://github.com/jinfeihan57/p7zip/archive/v17.04.tar.gz
</Archive> </Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>yasm-devel</Dependency> <Dependency>yasm-devel</Dependency>
@@ -37,6 +37,13 @@
</Package> </Package>
<History> <History>
<Update release="8">
<Date>2021-04-26</Date>
<Version>17.04</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="7"> <Update release="7">
<Date>2021-03-13</Date> <Date>2021-03-13</Date>
<Version>17.03</Version> <Version>17.03</Version>