summaryrefslogtreecommitdiff
path: root/libre/pacman/pacman-keyring.service
AgeCommit message (Collapse)Author
2022-07-30[pacman]: remove keyring update service filesbill-auger
the keyring network is in a sad shape these days --refresh-keys does more harm than good
2018-04-29libre/pacman: Remove old hacks, tidy up, enable debug packagesLuke Shumaker
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
2015-07-29pacman-4.2.1-2.parabola2: convert cron job to systemd timer and leave cron ↵André Fabian Silva Delgado
as optional dependency -> https://lists.parabola.nu/pipermail/dev/2015-July/003128.html