index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2014-12-22 09:48:24 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-12-22 14:01:27 +1000 |
commit | a7c1b7a914f050036720b643715233f769f00e25 (patch) | |
tree | f39bf02ecc2a86aacd6c4cf5a8a270212c82ebe5 | |
parent | 91a56a707253a04123f61530f4e1127e463481e9 (diff) |
-rw-r--r-- | etc/makepkg.conf.in | 7 |
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 712ca603..9ed7ef91 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -19,6 +19,13 @@ DLAGENTS=('ftp::/usr/bin/curl -qfC - --ftp-pasv --retry 3 --retry-delay 3 -o %o # /usr/bin/lftpget -c # /usr/bin/wget +#-- The the package required by makepkg to download VCS sources +# Format: 'protocol::package' +VCSCLIENTS=('bzr::bzr' + 'git::git' + 'hg::mercurial' + 'svn::subversion') + ######################################################################### # ARCHITECTURE, COMPILE FLAGS ######################################################################### |