diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-12-23 17:52:45 -0500 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-12-23 17:52:45 -0500 |
commit | 443aedca9a1acb928c2d2f0ef75bc5c2a68c209b (patch) | |
tree | 32e70a25796be9f7f5975dc3fc8983b9060e9540 /makepkg-x86_64.conf | |
parent | b58fb33482bdce19163eb23ea79bb1a2f74b1719 (diff) | |
download | devtools32-443aedca9a1acb928c2d2f0ef75bc5c2a68c209b.tar.xz |
makepkg-*.conf: add VCSCLIENTS definition
Needed for makepkg 4.2
Diffstat (limited to 'makepkg-x86_64.conf')
-rw-r--r-- | makepkg-x86_64.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf index 33dbe99..cf14784 100644 --- a/makepkg-x86_64.conf +++ b/makepkg-x86_64.conf @@ -19,6 +19,13 @@ DLAGENTS=('ftp::/usr/bin/curl -fC - --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 ######################################################################### |