index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-01 | Add validpgpkeys to PKGBUILD prototypes. | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2014-02-02 | proto: Remove recommendation of "makepkg -g" in comments | Jason St. John | |
This recommendation encouraged the practice of not checking the checksums provided upstream. Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2014-01-28 | Add missing optdepends to the main list of variables in the split PKGBUILD ↵ | Jason St. John | |
prototype Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2013-10-15 | proto: remove missed $srcdir redundancies | Allan McRae | |
Most of the redundant "cd $srcdir" in the prototypes were removed in commit 5f80d7af. Fix the rest. Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2013-09-04 | proto: remove redundancy in cd for each function | Dave Reisner | |
Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2013-05-29 | Quote sources in PKGBUILD prototypes and example PKGBUILD | Jason St. John | |
Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2013-04-24 | Add prepare function to PKGBUILD proto files | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2012-12-14 | Replace space-based indents in prototypes with tabs | Jason St. John | |
The previous commit removed the Vim modelines which replaced tabs with spaces. This commit replaces the space-based indents with tabs. Tabs are generally more compatible with various user preferences regarding indentation of code. Using space-based indents is not flexible regarding user preferences at all. Signed-off-by: Jason St. John <jstjohn@purdue.edu> | |||
2012-06-25 | makepkg: allow url to be overridden in split packages | Allan McRae | |
This is already being used (despite not working...) in packages in the Arch Linux repos. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-07-27 | makepkg: allow epoch to be overridden | Allan McRae | |
We can override pkgver and pkgrel so it is only logical to add epoch to that list Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-06-30 | move proto files to new subdirectory, proto/ | Dave Reisner | |
Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> |