From 467b83aed4af4536f0eae2b022c2468e9349698a Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Tue, 15 Mar 2005 19:05:39 +0000 Subject: made makepkg echo the version-release number as well (#2375) --- scripts/makepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3-24-g4f1b