Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / llvm
Commits: ff9ffab5 by Evangelos Foutras at 2025-01-04T15:20:06+02:00 Remove ncurses dependency https://github.com/llvm/llvm-project/pull/92865 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -7,8 +7,8 @@ pkgrel=1 arch=('x86_64') url="https://llvm.org/" license=('Apache-2.0 WITH LLVM-exception') -makedepends=('cmake' 'ninja' 'zlib' 'zstd' 'curl' 'libffi' 'libedit' 'ncurses' - 'libxml2' 'python-setuptools' 'python-psutil' 'python-sphinx' +makedepends=('cmake' 'ninja' 'zlib' 'zstd' 'curl' 'libffi' 'libedit' 'libxml2' + 'python-setuptools' 'python-psutil' 'python-sphinx' 'python-myst-parser') options=('staticlibs' '!lto') # tools/llvm-shlib/typeids.test fails with LTO _source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver @@ -139,7 +139,7 @@ package_llvm() { package_llvm-libs() { pkgdesc="LLVM runtime libraries" - depends=('gcc-libs' 'zlib' 'zstd' 'libffi' 'libedit' 'ncurses' 'libxml2') + depends=('gcc-libs' 'zlib' 'zstd' 'libffi' 'libedit' 'libxml2') install -d "$pkgdir/usr/lib" cp -P \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/commit/ff9ffab51349a0a35bad8031943cdccad397f777 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/commit/ff9ffab51349a0a35bad8031943cdccad397f777 You're receiving this email because of your account on gitlab.archlinux.org.