[arch-dev-public] About the vim packages (Opinions needed)

Allan McRae allan at archlinux.org
Sun Oct 11 18:46:25 EDT 2009


Tobias Kieslich wrote:
> 2. Do we wanna have a cvs enabled buildsystem just because upon an
>    initial rebuild the download is faster (It would annoy the hell out
>    of me because as package maintainer I would have to dowload
>    everything everytime)

Can we not just do something like the bash PKGBUILD?

if [ $_patchlevel -gt 000 ]; then
    for p in $(seq -w 001 $_patchlevel); do
        source=(${source[@]} 
http://ftp.gnu.org/gnu/bash/bash-4.0-patches/bash40-$p)
    done
fi



More information about the arch-dev-public mailing list