Package Details: conan-git r5594.0851d53c5-1

Git Clone URL: https://aur.archlinux.org/conan-git.git (read-only, click to copy)
Package Base: conan-git
Description: A distributed, open source, C/C++ package manager.
Upstream URL: https://conan.io
Licenses: MIT
Conflicts: conan
Provides: conan
Submitter: suridaj
Maintainer: suridaj
Last Packager: suridaj
Votes: 1
Popularity: 0.000000
First Submitted: 2016-08-22 16:21 (UTC)
Last Updated: 2022-04-28 15:17 (UTC)

Latest Comments

Valenoern commented on 2023-03-24 10:34 (UTC)

This is not currently building no matter what commit in the conan-git repository I change it to, or if I make sure the other source/package directories were removed.

Which has caused problems with installing other packages like audacium that attempt to use it and don't seem to like the version available in Arch proper

It does seem like it's the dependencies

andrejr commented on 2021-05-25 08:02 (UTC)

The patch is not much of a solution, since the deps are frequently updated.

This eliminates upper bounds on all requirements:

prepare() {
  cd "$srcdir/$pkgname/conans"
  sed -i -e 's/, <.*$//' "requirements.txt" "requirements_server.txt"
}