4 Dec
2011
4 Dec
'11
3:30 p.m.
On 04/12/11 16:01, clemens fischer wrote:
Alex Ferrando wrote:
Use provides(xz=5.0.0), more info on [1]
[1]= https://wiki.archlinux.org/index.php/Pkgbuild#provides Shouldn't this be "provides=('xz=5.0.0')"? Afterall, this is an array variable? Or is there a bash function provides() of the same name?
clemens
That's right, it should have been provides=('xz=5.0.0'). I wrote it wrong. I didn't realize of the typo until now -- Alex Ferrando