diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,4 +1,3 @@ -ld-linux-x86-64.so.2 libc.so.6 libdl.so.2 libgcc_s.so.1 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : fd -version : 7.2.0 -release : 3 +version : 7.3.0 +release : 4 source : - - https://github.com/sharkdp/fd/archive/v7.2.0.tar.gz : 153d0ac821901d9843b501dd6ba00e82aa73e3d61c27b2150af7ebc1fb6dff67 + - https://github.com/sharkdp/fd/archive/v7.3.0.tar.gz : fbd48cc83c90a0ab09fc3bbe865708a3a528876a99f8304a17d07af7fb378170 license : - Apache-2.0 - MIT @@ -19,7 +19,7 @@ build : | cargo build --release install : | - cargo install + cargo install --path . install -Dm00755 ~/.cargo/bin/fd $installdir/usr/bin/fd install -Dm00755 doc/fd.1 /$installdir/usr/share/man/man1/fd.1 check : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -31,12 +31,12 @@ - - 2018-11-04 - 7.2.0 + + 2019-02-14 + 7.3.0 Packaging update James Lee jamesl33info@gmail.com \ No newline at end of file