Skip to content

Commit 014a8c2

Browse files
committed
pdf2djvu: drop clang builds
it no longer builds with libc++ 19 and upstream is no longer maintained: jwilk-archive/pdf2djvu#157 context: #22340
1 parent f7f3d63 commit 014a8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mingw-w64-pdf2djvu/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pkgver=0.9.19
77
pkgrel=11
88
pkgdesc="Creates DjVu files from PDF files (mingw-w64)"
99
arch=('any')
10-
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
10+
mingw_arch=('mingw64' 'ucrt64')
1111
url="https://jwilk.net/software/pdf2djvu"
1212
license=('spdx:GPL-2.0-or-later')
1313
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"

0 commit comments

Comments
 (0)