From 7ed5bdb3b7637711ac8628abf8b4bfddcc7599ad Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 5 Dec 2009 01:54:51 +0100 Subject: [PATCH] xstow: fix $version. --HG-- extra : convert_revision : 3b132239990014697a52d8f86dc2711bb8ece48b --- srcpkgs/xstow/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xstow/template b/srcpkgs/xstow/template index e6b6d157a0e..c24f2d8efa8 100644 --- a/srcpkgs/xstow/template +++ b/srcpkgs/xstow/template @@ -1,7 +1,8 @@ # Template build file for 'xstow'. pkgname=xstow -version=0.6.1-unstable -distfiles="$SOURCEFORGE_SITE/xstow/$pkgname-$version.tar.bz2" +version=0.6.1 +wrksrc="${pkgname}-${version}-unstable" +distfiles="$SOURCEFORGE_SITE/xstow/$pkgname-$version-unstable.tar.bz2" build_style=gnu_configure configure_args="--with-regex --with-fnmatch --with-curses" short_desc="Replacement of GNU Stow written in C++"