Package Details: libassert 2.2.1-1

Git Clone URL: https://aur.archlinux.org/libassert.git (read-only, click to copy)
Package Base: libassert
Description: The most over-engineered C++ assertion library
Upstream URL: https://github.com/jeremy-rifkin/libassert
Licenses: MIT
Conflicts: libassert
Provides: libassert
Submitter: jehelset
Maintainer: jehelset
Last Packager: jehelset
Votes: 2
Popularity: 0.000311
First Submitted: 2024-10-27 16:23 (UTC)
Last Updated: 2025-09-02 18:46 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

jehelset commented on 2026-05-11 09:27 (UTC)

Thanks, I'll have a look.

alerque commented on 2026-05-11 08:52 (UTC)

I'm moving your cpptrace package to official repos (new dependency of something else packaged) and it has ... problems. I'm commenting here because it seems you've made the same mistakes, so here are some things to fix:

  • Builds need to happen in build() not prepare() or package()
  • Don't provide or conflict with itself
  • Checksums for stable versions should not be skipped, even for Git tag based sources
  • Don't duplicate things from 'depends' in 'makedepends'
  • Don't include things from base-devel in makedepends
  • Don't bake the packaging prefix into the build process, that needs to be part of packaging only
  • The architecture is not 'any'
  • You're missing libgcc/libstdc++ and similar dependencies