creduce: drop ucrt64/clang64

this package seems to depend on llvm 9.. so unlikely we will get any progress there...
This commit is contained in:
Christoph Reiter
2022-06-24 18:59:16 +02:00
committed by GitHub
parent 62159fd3e5
commit bfde3e6ee8

View File

@@ -17,7 +17,7 @@ depends=('perl-Benchmark-Timer'
"${MINGW_PACKAGE_PREFIX}-indent"
"${MINGW_PACKAGE_PREFIX}-clang")
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64')
url='https://github.com/csmith-project/creduce'
license=('custom:University of Illinois/NCSA Open Source License')
makedepends=("flex" "${MINGW_PACKAGE_PREFIX}-clang" "${MINGW_PACKAGE_PREFIX}-autotools" "${MINGW_PACKAGE_PREFIX}-cc")