FS#19476 - Remove duplication of VCS downloads from PKGBUILDs
Attached to Project:
Pacman
Opened by Muhammed (some-guy94) - Saturday, 15 May 2010, 20:53 GMT
Last edited by Allan McRae (Allan) - Friday, 10 August 2012, 04:55 GMT
Opened by Muhammed (some-guy94) - Saturday, 15 May 2010, 20:53 GMT
Last edited by Allan McRae (Allan) - Friday, 10 August 2012, 04:55 GMT
|
Details
Every -vcs PKGBUILD in the AUR has a duplication of the same
code. makepkg should handle downloading these like it
downloads from the source array.
There are two ways to do this: * Just implement functions that need to be called in build() to start the download. * Implement new arrays (git, hg, svn, etc) and have it similar to the source array. The first is a requirement for the second, attached is a patch implementing it. |
This task depends upon
Closed by Allan McRae (Allan)
Friday, 10 August 2012, 04:55 GMT
Reason for closing: Implemented
Additional comments about closing: https://projects.archlinux.org/pacman.gi t/commit/?id=024bc44a
Friday, 10 August 2012, 04:55 GMT
Reason for closing: Implemented
Additional comments about closing: https://projects.archlinux.org/pacman.gi t/commit/?id=024bc44a
Comment by Allan McRae (Allan) -
Saturday, 15 May 2010, 22:51 GMT
See
http://wiki.archlinux.org/index.php/User:Allan/Makepkg_VCS_overhaul