31 Oct
2013
31 Oct
'13
6:57 a.m.
----------------------------------------
From: scimmia22@outlook.com To: aur-general@archlinux.org Date: Thu, 31 Oct 2013 00:55:06 -0500 Subject: Re: [aur-general] Revise VCS packages versioning
Mine are inconsistent because some need it and some don't. I don't use the "r" if it can't become an issue. I still have a few that are free-form and will get the "r" added when I update the PKGBUILD in the future.
As for the sed, I would use sed -i 's/-/.r/;s/-/./g' most of the time, much easier to understand but doesn't work if the tag name has a dash.
Oops, obviously the -i isn't needed here. I've been working on another script of mine and typed it out of habit. Sorry.