diff options
Diffstat (limited to 'makepkg.conf')
| -rw-r--r-- | makepkg.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makepkg.conf b/makepkg.conf index 5f886c5..92af8df 100644 --- a/makepkg.conf +++ b/makepkg.conf @@ -64,7 +64,7 @@ DEBUG_CXXFLAGS="-g -fvar-tracking-assignments" #-- check: Run the check() function if present in the PKGBUILD #-- sign: Generate PGP signature file # -BUILDENV=(!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. @@ -125,9 +125,9 @@ DBGSRCDIR="/usr/src/debug" #-- Log files: specify a fixed directory where all log files will be placed #LOGDEST=/home/makepkglogs #-- Packager: name/email of the person or organization building packages -#PACKAGER="John Doe <[email protected]>" +PACKAGER="KunoiSayami <[email protected]>" #-- Specify a key to use for package signing -#GPGKEY="" +GPGKEY="4A0F0C8BC709ACA4341767FB243975C8DB9656B9" ######################################################################### # COMPRESSION DEFAULTS |
