summarylogtreecommitdiffstats
path: root/.pre-commit-config.yaml
blob: 543b6cd6f7ee231b3d60bb5f919651fee11e2f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- repo: local
  hooks:
    - id: updpkgsums
      name: updpkgsums
      entry: updpkgsums
      language: system
      files: PKGBUILD
    - id: makepkg
      name: makepkg
      entry: makepkg --printsrcinfo > .SRCINFO
      language: system
      files: PKGBUILD