summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimão Gomes Viana2023-01-20 18:27:57 +0100
committerSimão Gomes Viana2023-01-20 18:30:28 +0100
commit13755736b812c4e2364d1061fde34602c6971a6e (patch)
tree604efbf9789ab13004fd971d3a3ded71a9fd3ad0 /PKGBUILD
parente4eb19e18113089a2043a05d8f640aa57d24ebff (diff)
downloadaur-13755736b812c4e2364d1061fde34602c6971a6e.tar.gz
require at least llvm 14
It's difficult to guarantee that the compilation will work with older versions so we just raise it here. Signed-off-by: Simão Gomes Viana <simao@halogenos.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bd18ab74185..51cfc8fed367 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ pkgrel=1
arch=('x86_64')
url="https://gitlab.com/xdevs23/linux-nitrous"
license=('GPL2')
-makedepends=('bison' 'clang>=13' 'llvm>=13' 'lld>=13' 'xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'libelf' 'coreutils' 'rust' 'lzop')
+makedepends=('bison' 'clang>=14' 'llvm>=14' 'lld>=14' 'xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'libelf' 'coreutils' 'rust' 'lzop')
options=('!strip')
source=('git+https://gitlab.com/xdevs23/linux-nitrous.git#tag=v'"$pkgver-$pkgrel"
# standard config files for mkinitcpio ramdisk