summarylogtreecommitdiffstats
path: root/mksrcinfo
blob: a4b6a220202ad8277c1f2cb241896aa288b688ce (plain)
1
2
3
4
5
6
#!/usr/bin/sh

makepkg --printsrcinfo > .SRCINFO
# signatures are updated often, so we drop them from .SCRINFO and the AUR
# page, but keep them in the actual PKGBUILD script to avoid logging in
sed -i -E 's/&signature=[a-zA-Z0-9]+\b//g' .SRCINFO