You are not logged in.
I hope this is the correct section for this post. Otherwise, kindly move it to its appropriate section. Thenk you.
I'm trying my first build package - pure-ftpd. The FAIL I get is on pure-ftpd.install.
$ makepkg
==> Making package: pure-ftpd 1.0.51-1 (Mon Jul 3 15:42:20 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found pure-ftpd-1.0.51.tar.bz2
-> Found pure-ftpd.service
-> Found pure-ftpd.logrotate
-> Found welcome.msg
-> Found pure-ftpd.install
==> Validating source files with sha1sums...
pure-ftpd-1.0.51.tar.bz2 ... Passed
pure-ftpd.service ... Passed
pure-ftpd.logrotate ... Passed
welcome.msg ... Passed
pure-ftpd.install ... FAILEDLast edited by ArchieA (2023-07-06 03:35:23)
Offline
strange it builds fine for me, the problem is the "pure-ftpd.install" does not match the checksum in the pkgbuild in your case.
try re-downloading the aur package and start fresh
Offline
Thank you for your response. I will git clone pure-ftpd and makepkg -si again.
Offline