From 92e7aac4175f1520ef6d86734297b60d9cf547c2 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 27 Jul 2022 00:07:00 +0200 Subject: [PATCH] Use new debug option in arch-repo-manager-git --- arch-repo-manager/git/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-repo-manager/git/PKGBUILD b/arch-repo-manager/git/PKGBUILD index d0840399..f3f9d895 100644 --- a/arch-repo-manager/git/PKGBUILD +++ b/arch-repo-manager/git/PKGBUILD @@ -17,7 +17,7 @@ optdepends=('reflective-rapidjson-git: development with libpkg/librepomgr' makedepends=('cmake' 'git' 'ninja' 'boost' 'catch2' 'rapidjson-git' 'reflective-rapidjson-git') checkdepends=('cppunit') provides=(libpkg-git.so librepomgr-git.so) -options=(!strip) +options=(debug) url="https://github.com/Martchus/${_reponame}" source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git" "lmdb-safe::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/lmdb-safe.git"