made makepkg echo the version-release number as well (#2375)

This commit is contained in:
Judd Vinet 2005-03-15 19:05:39 +00:00
parent 438f653ba6
commit 467b83aed4
1 changed files with 1 additions and 1 deletions

View File

@ -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