Re: [arch-general] provide with version

2011-12-06 Thread clemens fischer
Christian Hesse wrote: > Hmm... Did not notice the typo as well... > I used the correct syntax automatically. Being a human can be bad and > good. :D Right. But people consulting mailinglists might not know all the ins and outs. Therefore writing precise statements and citing without cut&paste

Re: [arch-general] provide with version

2011-12-04 Thread Christian Hesse
Alex Ferrando on Sun, 04 Dec 2011 16:30:42 +0100: > 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, t

Re: [arch-general] provide with version

2011-12-04 Thread Alex Ferrando
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 s

Re: [arch-general] provide with version

2011-12-04 Thread clemens fischer
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

Re: [arch-general] provide with version

2011-12-03 Thread Christian Hesse
Alex Ferrando on Sat, 03 Dec 2011 15:43:05 +0100: > On 03/12/11 14:36, Christian Hesse wrote: > > Hello everybody, > > > > I would like to replace xz 5.0.3-1 with xz-git 20111203-1. I added > > > > provides([...] 'xz') > > > > to the PKGBUILD, but the dependencies for libarchive (requires xz>=5.0.

Re: [arch-general] provide with version

2011-12-03 Thread Alex Ferrando
On 03/12/11 14:36, Christian Hesse wrote: Hello everybody, I would like to replace xz 5.0.3-1 with xz-git 20111203-1. I added provides([...] 'xz') to the PKGBUILD, but the dependencies for libarchive (requires xz>=5.0.0) are not met. Any chance I can fix that? Use provides(xz=5.0.0), more in

[arch-general] provide with version

2011-12-03 Thread Christian Hesse
Hello everybody, I would like to replace xz 5.0.3-1 with xz-git 20111203-1. I added provides([...] 'xz') to the PKGBUILD, but the dependencies for libarchive (requires xz>=5.0.0) are not met. Any chance I can fix that? -- Best regards, Chris