You are not logged in.
I have noticed that if i build a package from a given PKGBUILD with makepkg, two or more times, the resulting .pkg.tar.xz 's have different sizes and of course different MD5sum 's.
For example i have built rxvt-unicode from abs/extra two times and the resulting packages where 551,580 Bytes the first and 553,824 Bytes the second time.
How is that possible to happen?
Offline
It gets the sources from github, so maybe something changed in between these two builds.
Offline
It gets the sources from github, so maybe something changed in between these two builds.
The same is happening for any package i build. If i build it 5 times, i get 5 different sizes.
Offline
The build date gets included in the package meta data and in some case in the binaries as well. That is why the md5sums are different and it's probably the cause of the difference in size too.
Offline