summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makepkg')
-rwxr-xr-xscripts/makepkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg b/scripts/makepkg
index 021a33a2..4a99b845 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -357,7 +357,7 @@ if [ "`id -u`" != "0" ]; then
fi
fi
-msg "Making package: $pkgname (`date`)"
+msg "Making package: $pkgname $pkgver-$pkgrel (`date`)"
unset deplist makedeplist
if [ `type -p pacman` -a "$NODEPS" = "0" ]; then