index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2022-05-19 23:49:02 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2022-06-22 01:05:03 +0200 |
commit | 37df0765d284892bf81bddf575fdcb14582b4f5f (patch) | |
tree | aa25d7cc11e95f4f11fc846a1c1a4bf22d337d72 /src/rebuildpkgs.in | |
parent | 6d946989f3ca7de78ccda98804bb72aec3692412 (diff) |
-rw-r--r-- | src/rebuildpkgs.in | 2 |
diff --git a/src/rebuildpkgs.in b/src/rebuildpkgs.in index 164bf08..eddc17f 100644 --- a/src/rebuildpkgs.in +++ b/src/rebuildpkgs.in @@ -54,7 +54,7 @@ bump_pkgrel() { pkg_from_pkgbuild() { # we want the sourcing to be done in a subshell so we don't pollute our current namespace export CARCH PKGEXT - # shellcheck source=PKGBUILD.proto + # shellcheck source=contrib/makepkg/PKGBUILD.proto (source PKGBUILD; echo "$pkgname-$pkgver-$pkgrel-$CARCH$PKGEXT") } |