Translations:Manjaro Packaging Standards/38/en
From Manjaro
Views
Actions
Namespaces
Variants
Tools
Remember namcap
can be used to check both pkg.tar.gz files and PKGBUILDs
replaces
in a PKGBUILD unless the package is to be renamed, for example when Ethereal became Wireshark. If the package is an alternate version of an already existing package, use conflicts
(and provides
if that package is required by others). The main difference is: after syncing (-Sy) pacman immediately wants to replace an installed, 'offending' package upon encountering a package with the matching replaces
anywhere in its repositories; conflicts
on the other hand is only evaluated when actually installing the package, which is usually the desired behavior because it is less invasive.PKGBUILD
and additional build files (patches, install, ...) in it.
foo/PKGBUILD foo/foo.install foo/foo_bar.diff foo/foo.rc.conf
The archive name should contain the name of the package e.g. foo.tar.gz.