summaryrefslogtreecommitdiff
path: root/doc/checkpkg.1.asciidoc
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-01-25 12:21:03 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-01-25 12:21:03 +0100
commit22c1f8547f7fcb345289add6a2c06c7def4e571b (patch)
tree08846d1e08489054b2fcf426226ba0ed5f2b5035 /doc/checkpkg.1.asciidoc
parentba51ec598c9eb8c03493e4fadfe27b8065296b17 (diff)
parenta800df3fbc55204f66f54248aaf87ba797307f96 (diff)
downloaddevtools32-22c1f8547f7fcb345289add6a2c06c7def4e571b.tar.xz
Merge branch 'master' into i486i486
Diffstat (limited to 'doc/checkpkg.1.asciidoc')
-rw-r--r--doc/checkpkg.1.asciidoc27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/checkpkg.1.asciidoc b/doc/checkpkg.1.asciidoc
new file mode 100644
index 0000000..96ec645
--- /dev/null
+++ b/doc/checkpkg.1.asciidoc
@@ -0,0 +1,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[]