index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-03-05 19:43:07 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-05 19:43:07 +0100 |
commit | 509cb31ae54326d3f8e0a5d9c42f5ef71aa7651b (patch) | |
tree | 8f7c5eda0a348dd3c75c11a1c5bf1894a7ccb5c4 /lib/common-functions | |
parent | cca041f6592ac47a36937cbdf48f943c86c2d217 (diff) |
-rwxr-xr-x | lib/common-functions | 4 |
diff --git a/lib/common-functions b/lib/common-functions index 0779203..0f75cb8 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -929,6 +929,10 @@ extract_source_directory() { "${output}/PKGBUILD" fi + # we do not want to update pkgver, so we just undefine it + printf 'unset -f pkgver\n' >> \ + "${output}/PKGBUILD" + mangle_pkgbuild "${output}/PKGBUILD" "${sub_pkgrel}" # shellcheck disable=SC2016 |