2012/5/10 Jorge Barroso <[email protected]>: >> 2012/5/10 Jorge Barroso <[email protected]>: >> > Hello, I'm trying to submit the web browser Iceweasel to aur, but I'm >> > having a problem with the md5sum. >> > I wrote the PKGBUILD, used makepkg -g to generate the md5sum and put the >> > output into the PKGBUILD. I made the soruce package with makepkg --source >> > and there was no problem, and doing just makepkg to build the whole >> > package, it is possible to install iceweasel from that package without >> > problems, etc. the only problem is that, when downloading and installing >> > from aur, it gives an error on the integrity check. Could anyone explain >> me >> > why does it happens? my PKGBUILD it's this one: >> > >> > http://pastebin.com/xZawmpUP >> > >> > Thanks in advance ;) >> >> The md5sums in the pastebin is different from the AUR. Correct one is >> in the pastebin. That's the answer for your issue, but +1 to the >> comments made by others. >> >> Rafael >> > -------------------------------------------------------------------------------------------------------------- > > The md5sums in the pastebin is different because it has been changing > between two different outputs anytime I did makepkg -g, but even now that > it is not changing, and the makepkg -g output is ever the same, it stills > not accepting it.
What? The source is the same, stored on a server, therefore its md5sum WILL NOT change everytime you run 'makepkg -g' unless you are running 'makepkg -g' for different sources or your source is corrupted. In the last case, remove and download again the source. $ md5sum iceweasel-libre-12.0.3-1-x86_64.pkg.tar.xz 638379a2dcf1f3d116cf92a06c8ee9b9 iceweasel-libre-12.0.3-1-x86_64.pkg.tar.xz Rafael
