Re: [arch-general] makepkg and md5/sha1/etc

2010-07-29 Thread Magnus Therning
On Thu, Jul 29, 2010 at 10:12, Evangelos Foutras wrote: > On Thu, Jul 29, 2010 at 11:57 AM, Magnus Therning wrote: >> makepkg has support for using hashes besides md5, but is there a way to get >> 'makepkg -g' to generate any hashes besides md5? > > makepkg generates checksums based on the hash a

Re: [arch-general] makepkg and md5/sha1/etc

2010-07-29 Thread Adam Hani Schakaki
Am 29.07.2010 11:30, schrieb Evangelos Foutras: On Thu, Jul 29, 2010 at 12:19 PM, Adam Hani Schakaki wrote: is there a way to replace the old sum with the new sum with makepkg -g? e.g. somewhere in there middle in the PKGBUILD is md5sums = OLD and i want it updated there. if i would do makepkg

Re: [arch-general] makepkg and md5/sha1/etc

2010-07-29 Thread Evangelos Foutras
On Thu, Jul 29, 2010 at 12:19 PM, Adam Hani Schakaki wrote: > is there a way to replace the old sum with the new sum with makepkg -g? e.g. > somewhere in there middle in the PKGBUILD is md5sums = OLD and i want it > updated there. if i would do makepkg -g >> PKGBUILD, i would have it double. See

Re: [arch-general] makepkg and md5/sha1/etc

2010-07-29 Thread Adam Hani Schakaki
Am 29.07.2010 11:16, schrieb Evangelos Foutras: On Thu, Jul 29, 2010 at 12:12 PM, Evangelos Foutras wrote: On Thu, Jul 29, 2010 at 11:57 AM, Magnus Therning wrote: makepkg has support for using hashes besides md5, but is there a way to get 'makepkg -g' to generate any hashes besides md5? ma

Re: [arch-general] makepkg and md5/sha1/etc

2010-07-29 Thread Evangelos Foutras
On Thu, Jul 29, 2010 at 12:12 PM, Evangelos Foutras wrote: > On Thu, Jul 29, 2010 at 11:57 AM, Magnus Therning wrote: >> makepkg has support for using hashes besides md5, but is there a way to get >> 'makepkg -g' to generate any hashes besides md5? > > makepkg generates checksums based on the has

Re: [arch-general] makepkg and md5/sha1/etc

2010-07-29 Thread Evangelos Foutras
On Thu, Jul 29, 2010 at 11:57 AM, Magnus Therning wrote: > makepkg has support for using hashes besides md5, but is there a way to get > 'makepkg -g' to generate any hashes besides md5? makepkg generates checksums based on the hash algorithm used in the PKGBUILD. For example, if the PKGBUILD cont

[arch-general] makepkg and md5/sha1/etc

2010-07-29 Thread Magnus Therning
makepkg has support for using hashes besides md5, but is there a way to get 'makepkg -g' to generate any hashes besides md5? Based on what I found in makepkg.conf(5) I modified the variable INTEGRITY_CHECK, both in ~/.makepkg.conf and /etc/makepkg.conf. But neither had any effect, 'makepkg -g' st