From 4a7f3bbc469d1f6a8da1c7f310ab518ad841c2b9 Mon Sep 17 00:00:00 2001 From: Sebastien Luttringer Date: Thu, 18 Aug 2011 12:46:19 +0200 Subject: Add makepkg -S which is an alias to makepkg --source makepkg --source is a often used go make source package like for AUR. Have a -S shortcut will save the world. Signed-off-by: Sebastien Luttringer Signed-off-by: Dan McGee --- doc/makepkg.8.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 3206a906..baff2041 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -138,6 +138,13 @@ Options dependencies are not found, pacman will try to resolve them. If successful, the missing packages will be downloaded and installed. +*-S, \--source*:: + Do not actually build the package, but build a source-only tarball that + does not include sources that can be fetched via a download URL. This is + useful for passing a single tarball to another program such as a chroot, + remote builder, or a tarball upload. Because integrity checks are verified, + all source files of the package need to be present or downloadable. + *\--allsource*:: Do not actually build the package, but build a source-only tarball that includes all sources, including those that are normally download via @@ -145,13 +152,6 @@ Options such as a chroot or remote builder. It will also satisfy requirements of the GPL when distributing binary packages. -*\--source*:: - Do not actually build the package, but build a source-only tarball that - does not include sources that can be fetched via a download URL. This is - useful for passing a single tarball to another program such as a chroot, - remote builder, or a tarball upload. Because integrity checks are verified, - all source files of the package need to be present or downloadable. - *\--pkg *:: Only build listed packages from a split package. -- cgit v1.2.3-24-g4f1b