11 Mar
2006
11 Mar
'06
12:50 a.m.
On Fri, Mar 10, 2006 at 06:43:14PM -0500, Dusty Phillips wrote:
Would it be possible to use an array (or dict ;-)) of architecture releases instead of multiple variables? This would restrict it to one line in the PKGBUILD. I guess we could also have convention of semi-colon separating the arch-pkg-rel variables to conserve space. Really don't like how long these things are getting... :(
Dusty
Something like that would require parsing. Bash doesn't support any sort of associative arrays, so we'd end up doing something like how depends version marking works ie. arch_rels=('i686=3' 'amd64=2') Jason -- If you understand, things are just as they are. If you do not understand, things are just as they are.