discount: add conflicts with markdown

This commit is contained in:
مهدي شينون (Mehdi Chinoune) 2025-02-13 12:16:54 +01:00
parent d783521f9a
commit 21ce0b705d

View File

@ -12,6 +12,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://www.pell.portland.or.us/~orc/Code/discount/"
msys2_repository_url="https://github.com/Orc/discount"
license=('spdx:BSD-3-Clause')
conflicts=("${MINGW_PACKAGE_PREFIX}-markdown")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-autotools")
source=("https://github.com/Orc/discount/archive/v${_pkgver}/${_realname}-${pkgver}.tar.gz"