index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Heusel <christian@heusel.eu> | 2023-06-14 00:25:03 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-06-17 23:02:36 +0200 |
commit | be5f54c95cbbcf46598e23aa456075cbb26806c0 (patch) | |
tree | ed3afa6df2727df9b4f39c68395dab7583280d5e | |
parent | 5c6e13a67245474e3eff9a6c2e89dfb63c2fb131 (diff) |
-rw-r--r-- | src/commitpkg.in | 2 |
diff --git a/src/commitpkg.in b/src/commitpkg.in index 8a8087a..108fe81 100644 --- a/src/commitpkg.in +++ b/src/commitpkg.in @@ -111,7 +111,7 @@ if (( ${#validpgpkeys[@]} != 0 )); then fi # find files which should be under source control -needsversioning=() +needsversioning=(PKGBUILD) for s in "${source[@]}"; do [[ $s != *://* ]] && needsversioning+=("$s") done |