[arch-general] makepkg svn

2011-04-30 Thread Juan Diego Tascón
Good day,

Is there any way to force makepkg to build a PKGBUILD-svn with a fixed
svn version? version 133 of periscope-svn is broken and I want to go
back to version 132.

Thanks


Re: [arch-general] makepkg svn

2011-04-30 Thread Evangelos Foutras
2011/4/30 Juan Diego Tascón juantas...@gmail.com:
 Is there any way to force makepkg to build a PKGBUILD-svn with a fixed
 svn version? version 133 of periscope-svn is broken and I want to go
 back to version 132.

The option you're looking for is --holdver. It is described in makepkg(8).


Re: [arch-general] makepkg svn

2011-04-30 Thread Juan Diego Tascón
On Sat, Apr 30, 2011 at 1:17 PM, Evangelos Foutras foutre...@gmail.com wrote:
 2011/4/30 Juan Diego Tascón juantas...@gmail.com:
 Is there any way to force makepkg to build a PKGBUILD-svn with a fixed
 svn version? version 133 of periscope-svn is broken and I want to go
 back to version 132.

 The option you're looking for is --holdver. It is described in makepkg(8).


thank you very much