summaryrefslogtreecommitdiffstats
path: root/abs/core/pacman/makepkg.conf
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-07-05 16:26:59 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-07-05 16:26:59 (GMT)
commitd39f95aa83e0f76ab255322fbfcd35b23236f0a7 (patch)
treef3bac057b4f3ab7a7c5b19cb7afe8aa81e9d5088 /abs/core/pacman/makepkg.conf
parentd3910d114d7c89f95c39765fc0e716f8ecae7b84 (diff)
downloadlinhes_pkgbuild-d39f95aa83e0f76ab255322fbfcd35b23236f0a7.zip
linhes_pkgbuild-d39f95aa83e0f76ab255322fbfcd35b23236f0a7.tar.gz
linhes_pkgbuild-d39f95aa83e0f76ab255322fbfcd35b23236f0a7.tar.bz2
pacman: update to 4.2.1
Diffstat (limited to 'abs/core/pacman/makepkg.conf')
-rw-r--r--abs/core/pacman/makepkg.conf12
1 files changed, 9 insertions, 3 deletions
diff --git a/abs/core/pacman/makepkg.conf b/abs/core/pacman/makepkg.conf
index 8cf5faa..e147806 100644
--- a/abs/core/pacman/makepkg.conf
+++ b/abs/core/pacman/makepkg.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 package required by makepkg to download VCS sources
+# Format: 'protocol::package'
+VCSCLIENTS=('bzr::bzr'
+ 'git::git'
+ 'hg::mercurial'
+ 'svn::subversion')
+
#########################################################################
# ARCHITECTURE, COMPILE FLAGS
#########################################################################
@@ -43,17 +50,16 @@ DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
# BUILD ENVIRONMENT
#########################################################################
#
-# Defaults: BUILDENV=(fakeroot !distcc color !ccache check !sign)
+# Defaults: BUILDENV=(!distcc color !ccache check !sign)
# A negated environment option will do the opposite of the comments below.
#
-#-- fakeroot: Allow building packages as a non-root user
#-- distcc: Use the Distributed C/C++/ObjC compiler
#-- color: Colorize output messages
#-- ccache: Use ccache to cache compilation
#-- check: Run the check() function if present in the PKGBUILD
#-- sign: Generate PGP signature file
#
-BUILDENV=(fakeroot !distcc color !ccache check !sign)
+BUILDENV=(!distcc color !ccache check !sign)
#
#-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
#-- specify a space-delimited list of hosts running in the DistCC cluster.