summaryrefslogtreecommitdiff
path: root/libre/pacman/makepkg.conf.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-04-29 19:40:53 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-04-29 20:36:34 -0400
commit05511a5a6ffe0a329e6b28edeabf1d1f62fb9091 (patch)
treeb7c0a09e9a4ca65942cd97c9cddb689bb35bcaf0 /libre/pacman/makepkg.conf.in
parent9b03d350a82fa3a3c87db105a909a74e9f4e4106 (diff)
downloadabslibre-05511a5a6ffe0a329e6b28edeabf1d1f62fb9091.tar.gz
abslibre-05511a5a6ffe0a329e6b28edeabf1d1f62fb9091.tar.bz2
abslibre-05511a5a6ffe0a329e6b28edeabf1d1f62fb9091.zip
libre/pacman: Remove old hacks, tidy up, enable debug packages
Maintenance: - Bump pkgrel 2.parabola1.3 -> 2.parabola2 Old hacks: - Remove conflicts/replaces on cacert-dot-org. Prior to 2016 it depended on core/ca-certificates-cacert, which in 2014 replaced libre/cacert-dot-org. With That dependency dropped, there's no reason to keep this hack around. - Remove the openssl-1.0 -> 1.1 upgrade hack - Drop optdepend on cron; the cron file hasn't been shipped since 2015 Fixup: - Adjust PKGBUILD to reduce pointless diff with Arch's PKGBUILD - provides+=('pacman-parabola') for symmetry with conflicts and replaces - pacman-keyring.timer: WantedBy=timers.target, not multi-user.target - pacman-keyring.service: Add Documentation= to match the .timer Changes: - enable pacman-keyring.timer by default ( via systemd.preset(5) ) - makepkg.conf: Build debug packages by default
Diffstat (limited to 'libre/pacman/makepkg.conf.in')
-rw-r--r--libre/pacman/makepkg.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/pacman/makepkg.conf.in b/libre/pacman/makepkg.conf.in
index a2250206e..58eafb754 100644
--- a/libre/pacman/makepkg.conf.in
+++ b/libre/pacman/makepkg.conf.in
@@ -87,7 +87,7 @@ BUILDENV=(!distcc color !ccache check !sign)
#-- optipng: Optimize PNG images with optipng
#-- debug: Add debugging flags as specified in DEBUG_* variables
#
-OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx !debug)
+OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx debug)
#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
INTEGRITY_CHECK=(md5)