index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2020-10-11 22:22:04 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-10-21 11:17:14 +1000 |
commit | f76bd2c6c1b94792112d311ac53662d3d9b6821d (patch) | |
tree | 557b89addf8ce669fdfbe8a03edc11b035271a80 /scripts | |
parent | 406a37206f9afbc3731ac22eda5b45b5a15eddc5 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 3ed12eab..9fe2d2e7 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1360,7 +1360,7 @@ if (( SOURCEONLY )); then if [[ $SIGNPKG = 'y' ]]; then msg "$(gettext "Signing package...")" - create_signature "$SRCPKGDEST/${pkgbase}-${fullver}${SRCEXT}" + create_signature "$SRCPKGDEST/${pkgbase}-$(get_full_version)${SRCEXT}" fi msg "$(gettext "Source package created: %s")" "$pkgbase ($(date +%c))" |