diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : innoextract -version : 1.6 -release : 4 +version : '1.7' +release : 5 source : - - https://github.com/dscharrer/innoextract/archive/1.6.tar.gz : f12ac6c0e0aca9e0143d1d76457202e2872e6ab113ab0c618e016fe9d62e5723 + - http://constexpr.org/innoextract/files/innoextract-1.7/innoextract-1.7.tar.gz : c1efb732f2bc3a80065c5f51a0d4ea6027aebf528c609d3f336aea2055d2f0a4 license : Zlib component : system.utils summary : A tool to unpack installers created by Inno Setup @@ -12,8 +12,8 @@ - pkgconfig(liblzma) - libboost-devel setup : | - %cmake + %cmake_ninja build : | - %make + %ninja_build install : | - %make_install + %ninja_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ innoextract - Pierre-Yves - pyu@riseup.net + Alexander Vorobyev + avorobyev@protonmail.com Zlib system.utils @@ -19,17 +19,17 @@ system.utils - /usr/bin - /usr/share/man + /usr/bin/innoextract + /usr/share/man/man1/innoextract.1 - - 2018-03-30 - 1.6 + + 2018-08-05 + 1.7 Packaging update - Pierre-Yves - pyu@riseup.net + Alexander Vorobyev + avorobyev@protonmail.com \ No newline at end of file