6.0 is out. I'm testing it on my alarmpis, as soon as I get it installed I'll update the package.
Search Criteria
Package Details: pilight 7.0-1
Package Actions
| Package Base: | pilight |
|---|---|
| Description: | Modular domotica with the Raspberry Pi |
| Upstream URL: | http://pilight.org/ |
| Category: | multimedia |
| Licenses: | |
| Conflicts: | |
| Submitter: | pschmitt |
| Maintainer: | pschmitt |
| Last Packager: | pschmitt |
| Votes: | 0 |
| First Submitted: | 2013-11-15 22:26 |
| Last Updated: | 2015-05-27 14:57 |
Required by (0)
Sources
Latest Comments
Comment by pschmitt
Comment by mschaeuble
Submitted a PR on github.
Comment by pschmitt
If it's ARM, you could just *blindly* trust me and install the precompiled version I uploaded on GitHub (https://github.com/pschmitt/aur-pilight/releases). But since you managed to get it to work you obviously don't have to do that.
Would you mind submitting a PR on the repo at https://github.com/pschmitt/aur-pilight with your fix?
Comment by mschaeuble
When trying to install the package, I get the following error message:
error: failed to commit transaction (conflicting files)
pilight: /usr/sbin exists in filesystem
Fixed by slightly adapting the PKGFILE (only the relevant sections are shown):
# Fix paths
cd "${pkgdir}"
mv usr/lib/pilight/libpilight.so.${pkgver} usr/lib/libpilight.so.${pkgver}
ln -s usr/lib/libpilight.so.${pkgver} usr/lib/libpilight.so
mkdir -p usr/share/webapps/${pkgname}
mv usr/local/share/${pkgname}/default usr/share/webapps/${pkgname}
mv usr/sbin/* usr/bin
# Cleanup
rm -rf usr/local usr/lib/pilight etc/init.d usr/sbin
Comment by pschmitt
Yes, upstream loves to just replace a release with another without noticing anyone. It's not the first time this has happened. I updated the checksum.
Comment by DerDave
Is it possible that in the 5.0-1 PKGBUILD the checksums is not correct?
At least for me the "v5.0.tar.gz" fails in the validity check.
Thanks
Comment by pschmitt
Done!
Comment by Holzhaus
Please add cmake as makedep.