diff options
| author | pml68 <contact@pml68.dev> | 2025-09-07 12:10:05 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-09-07 12:10:05 +0200 |
| commit | 511fd7280028a35086d606187feb40c4fe71b42c (patch) | |
| tree | 1a8daf80a2aeab86e7648b99f73f26753471ff89 | |
| parent | feat: add `aur-git` package (diff) | |
| download | PKGBUILDs-511fd7280028a35086d606187feb40c4fe71b42c.tar.gz | |
chore: add recommended shellcheck options to PKGBUILD
| -rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ +# shellcheck disable=SC2034,SC2154,SC2164 # Maintainer: pml68 <contact@pml68.dev> pkgname=aur-git -pkgver=1.0.0.r0.gdaca344 +pkgver=1.1.0.r0.geabe823 pkgrel=1 pkgdesc='A simple script for AUR package management' arch=('any') |
