You are not logged in.
Pages: 1
after saving the limewire pkgbuild from AUR, then makepkg, it got all the way through to
==>validating source files with MD5sums
and came up with this:
LimeWireOther.zip... failed
ERROR ==> one or more files did not pass the validity check!
did i miss something? or is there a way round this?
thanks!
Offline
Remove the existing md5sum line, then run
makepkg -g >> PKGBUILD
to generate a new md5sum and add it to the PKGBUILD. Now run makepkg again.
Offline
okay that seemed to work! but now it comes up with
==> unzip -qqo LimeWireOther.zip
/usr/bin/makepkg: line 523: unzip: command not found
ERROR==> failed to extract LimeWireOther.zip
==>aborting...
have i got to put a command in there somewhere?
thanks for the help!
Offline
Offline
okay that seemed to work! but now it comes up with
==> unzip -qqo LimeWireOther.zip
/usr/bin/makepkg: line 523: unzip: command not found
ERROR==> failed to extract LimeWireOther.zip
==>aborting...have i got to put a command in there somewhere?
thanks for the help!
install unzip.
pacman -Sy unzip
Offline
makes sense! and works too! thanks!
Offline
christianpurefoy wrote:okay that seemed to work! but now it comes up with
==> unzip -qqo LimeWireOther.zip
/usr/bin/makepkg: line 523: unzip: command not found
ERROR==> failed to extract LimeWireOther.zip
==>aborting...have i got to put a command in there somewhere?
thanks for the help!
install unzip.
pacman -Sy unzip
I was faster
Offline
Pages: 1