Meta data update

Meta data update.
This commit is contained in:
Matheus Gabriel Werny 2026-01-27 19:56:12 +01:00
parent 8c7c622799
commit e8b08f9605
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ pkgbase = cli11-compiled
checkdepends = cmake
makedepends = cmake
makedepends = doxygen
provides = cli11
conflicts = cli11
options = !strip
source = cli11-compiled-v2.6.1.tar.gz::https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.6.1.tar.gz

View file

@ -16,6 +16,7 @@ url="https://github.com/CLIUtils/${_pkgname}"
license=("BSD-3-Clause")
makedepends=("cmake" "doxygen")
checkdepends=("catch2" "cmake")
provides=("cli11")
conflicts=("cli11")
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
options=("!strip")