You are not logged in.

#1 2013-06-26 14:34:42

crocowhile
Member
Registered: 2009-10-18
Posts: 56

MD5SUM of all architectures sources

Is there away to have updpkgsums automatically download and md5sum the source files for all the architectures?
At the moment, if my PKGBUILD has

arch=('i686' 'x86_64')

only the one relevant to my machine will be processed and the other ignored.

Offline

#2 2013-06-30 02:29:58

Thaodan
Member
From: Dortmund, Nordrein-Westfalen
Registered: 2012-04-28
Posts: 448

Re: MD5SUM of all architectures sources

It can't  ,a way would be to use two makepkg.conf one that is your arch as /etc/makepkg.conf and on that is everywhere you want for this other (In this way I get sources for every arch).

Last edited by Thaodan (2013-06-30 02:30:23)


Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux

Offline

#3 2013-06-30 02:40:36

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,449
Website

Re: MD5SUM of all architectures sources

There may be yet better ways, but it would seem much easier to me to temprarily modify the PKGBUILD so the two sources are not conditionally selected, but both listed in the source array.  Then run makepkg -g >> PKGBUILD, then put the conditionals back in.

Or even easier, just run the checksum yourself.

Last edited by Trilby (2013-06-30 02:42:45)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB