diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-07-03 20:50:29 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-07-03 20:50:29 +0200 |
commit | 1e8db83482767021c6d319443b2048dad4ca882f (patch) | |
tree | e26fa5117beb4b149229052159c491f7c9f421a7 /xrevshlib | |
parent | e7d9dadda445b40ce50a7f4b6c208fc8060a3a0f (diff) | |
download | xtools-1e8db83482767021c6d319443b2048dad4ca882f.tar.gz xtools-1e8db83482767021c6d319443b2048dad4ca882f.tar.xz xtools-1e8db83482767021c6d319443b2048dad4ca882f.zip |
xrevshlib: don't strip soname version
It is possible this soname is provided by a different package, only show exact matches.
Diffstat (limited to 'xrevshlib')
-rwxr-xr-x | xrevshlib | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xrevshlib b/xrevshlib index e9292f9..17ce55b 100755 --- a/xrevshlib +++ b/xrevshlib @@ -5,7 +5,6 @@ pkg="${1?no package name given}" xsubpkg "$pkg" | xargs -d'\n' -n1 -r xbps-query -R -p shlib-provides -S | - sed 's/\.so.*/.so/' | xargs -d'\n' -n1 -r xbps-query -R -p shlib-requires -s | sed 's/-[^- ]*: .*//' | sort -u | |