diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-01 14:57:52 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-01 14:57:52 -0500 |
commit | 5f4e575914fd597d31e5b9edd203eb6a8aa1306a (patch) | |
tree | df0a69e028562bf61e05d4a7b94de7379758ef57 /makepkg-x86_64.conf | |
parent | 34ac2931234b898d587bffe76ba061082b6c673c (diff) | |
parent | db135e90137c5ebb9248ae7bd5ced4e8ee6b27da (diff) | |
download | devtools32-libretools-20150104.tar.xz |
Merge branch 'archlinux'libretools-20150104
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 ######################################################################### |