Skip to content

Commit

Permalink
Try to fix ryml issue in Arch Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
MetroWind committed Sep 30, 2024
1 parent 00eef29 commit b5891f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()
backup=("etc/planck-blog.yaml")
options=(!debug)
# Stripping doesn’t work with ryml.
options=(!debug !strip)
install=planck-blog.install
source=('git+https://github.com/MetroWind/planck-blog.git' "sysusers-${pkgname%-git}.conf" "${pkgname%-git}.service" "${pkgname%-git}.yaml")
noextract=()
Expand Down

0 comments on commit b5891f1

Please sign in to comment.