Search Criteria
Package Details: cpr-git 1.10.1.r20.ge65e685-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cpr-git.git (read-only, click to copy) |
|---|---|
| Package Base: | cpr-git |
| Description: | C++ Requests: Curl for People |
| Upstream URL: | https://github.com/libcpr/cpr |
| Licenses: | MIT |
| Conflicts: | cpr |
| Provides: | cpr |
| Submitter: | Penter |
| Maintainer: | FabioLolix |
| Last Packager: | omgitsaheadcrab |
| Votes: | 4 |
| Popularity: | 0.196841 |
| First Submitted: | 2016-04-20 21:13 (UTC) |
| Last Updated: | 2023-08-26 10:05 (UTC) |
Dependencies (6)
- curl (curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (12)
- appimageupdate-git (requires cpr)
- eifl-dev-git (make)
- eifl-git (make)
- firelight (requires cpr)
- influxdb-cxx (requires cpr)
- libnick (requires cpr) (make)
- limo (requires cpr)
- limo-git (requires cpr)
- limo-git (requires cpr) (make)
- parabolic (requires cpr)
- rttt-git (requires cpr)
- zsync2-git (requires cpr)
Latest Comments
1 2 Next › Last »
nich23 commented on 2025-05-28 14:03 (UTC)
Build fails here currently with:
omgitsaheadcrab commented on 2023-08-26 10:06 (UTC)
Updated now, thanks both!
FabioLolix commented on 2023-08-25 15:47 (UTC)
You can use this until is updated https://github.com/FabioLolix/PKGBUILD-AUR_fix/blob/master/zz_aur-fix-2/c/cpr-git/PKGBUILD
dreieck commented on 2023-08-25 15:22 (UTC)
Actually, having a changing
$pkgverin the build path breaks things:Source download and
prepare()are handled beforepkgver()is run. Then,pkgver()updates$pkgver, and the paths change.Solution: Not using
$pkgverin paths, or having some$_pkgver()helper function running very early on.Regards!
dreieck commented on 2023-08-25 15:18 (UTC) (edited on 2023-08-25 15:19 (UTC) by dreieck)
Strange, why is the package version of
cpr-git(1.10.1) lower than that ofcpr(1.10.4)?Maybe git tags are not up to date here, and the version needs to be extracted directly from the source files?
Regards!
dreieck commented on 2023-08-25 15:15 (UTC)
Can you add
=${pkgver}to theprovidesentry?That would allow for versioned dependencies.
I am currently tryng to make
libkazvbuilding, and it seems to need some new variant ofcpr.Regards!
omgitsaheadcrab commented on 2022-02-17 12:15 (UTC)
Fixed now, thanks @CCF_100
CCF_100 commented on 2022-02-13 21:21 (UTC)
"cpr_generated_includes/cpr/cprver.h" should be copied to "/usr/include/cpr"
omgitsaheadcrab commented on 2020-10-15 09:42 (UTC)
Thanks for the heads-up @D3SOX, updated now.
D3SOX commented on 2020-10-14 17:09 (UTC)
Since this compiles from master, it should follow the VCS_package_guidelines
1 2 Next › Last »