summaryrefslogtreecommitdiff
path: root/doc/checkpkg.1.asciidoc
blob: 96ec645ff3dfeafc59d363bcff7afe73d2f7e14e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
checkpkg(1)
===========

Name
----
checkpkg - Compare the current build package with the repository version

Synopsis
--------
checkpkg

Description
-----------

Searches for a locally built package corresponding to the PKGBUILD, and
downloads the last version of that package from the Pacman repositories. It
then compares the list of .so files provided by each version of the package and
outputs if there are soname differences for the new package. A directory is
also created using mktemp with files containing a file list for both packages
and a library list for both packages.

See Also
--------

linkman:find-libprovides[1]

include::footer.asciidoc[]