Search Criteria
Package Details: libjson-rpc-cpp-git 1.0.0.r0.ge960bf5-1
Git Clone URL: | https://aur.archlinux.org/libjson-rpc-cpp-git.git (read-only, click to copy) |
---|---|
Package Base: | libjson-rpc-cpp-git |
Description: | C++ framework for json-rpc 1.0 and 2.0 |
Upstream URL: | https://github.com/cinemast/libjson-rpc-cpp |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | atweiden |
Maintainer: | cinemast |
Last Packager: | cinemast |
Votes: | 31 |
Popularity: | 0.000000 |
First Submitted: | 2014-12-26 06:31 |
Last Updated: | 2017-08-27 17:43 |
Dependencies (7)
- argtable
- curl (curl-git, curl-minimal-git)
- hiredis (hiredis-git)
- jsoncpp (jsoncpp-git)
- libmicrohttpd (libmicrohttpd-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
Latest Comments
1 2 3 4 Next › Last »
cinemast commented on 2017-08-27 17:45
Thanks for reporting. It should be fixed now.
juacrumar commented on 2017-08-27 15:14
This package fails to install with the following error:
error: failed to commit transaction (conflicting files)
libjson-rpc-cpp-git: /usr/lib64 exists in filesystem
Note: the build (makepkg -s) is ok.
TheNiceGuy commented on 2017-06-15 18:28
The package fails to build, any idea why? Here's the log https://pastebin.com/DG6zMN4X
cinemast commented on 2016-08-17 07:36
Done, thanks for reporting.
5chdn commented on 2016-08-17 07:33
@cinemast, please also commit the .SRCINFO
makepkg
mksrcinfo
git add PKGBUILD .SRCINFO
git commit -m "...
It keeps reinstalling because '20150220-1' is larger than '0.7.0.r4.g781ed34-1'.
cinemast commented on 2016-08-03 09:50
Thanks for reporting this. I fixed it.
https://aur.archlinux.org/cgit/aur.git/commit/?h=libjson-rpc-cpp-git&id=144795a18ab51e994860d0f5d2995e6eaddd8ee1
clfarron4 commented on 2016-08-03 09:02
Requires 'git' in the makedepends.
cemsbr commented on 2016-05-29 13:57
This package's version is 20150220-1, but the PKGBUILD installs the version 0.6.0.r29.g858c892-1 and I think this is the reason why yaourt updates it every time I run it.
WoefulDerelict commented on 2016-05-02 23:20
cinemast: Glad to help. If you remove the string operation from the second ${pkgname%-git} here in line 53: install -D -m644 "${srcdir}/${pkgname%-git}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname%-git}/LICENSE"
So that it instead reads: install -D -m644 "${srcdir}/${pkgname%-git}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
When checking the package with utilities like namcap it will not return an error. I believe it is canonical to copy the licence into a folder with the same name as the package including the VCS suffix.
cinemast commented on 2016-05-02 22:51
Should be fixed in: https://aur.archlinux.org/cgit/aur.git/commit/?h=libjson-rpc-cpp-git&id=99d2f7c67e0467e8441d2cf6e3c77d08a80ca748
Thank you for your gist.