summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3dac4e3f240..91326b7a9856 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = monicelli-git
makedepends = cmake
makedepends = clang14
makedepends = ragel
+ makedepends = llvm14
provides = monicelli
conflicts = monicelli
source = monicelli::git+https://github.com/esseks/monicelli.git
diff --git a/PKGBUILD b/PKGBUILD
index f8a93e5fa4b8..b770aeef2380 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/esseks/monicelli"
license=('GPL3')
groups=()
depends=()
-makedepends=('git' 'bison>=3' 'flex>=2.5' 'cmake' 'clang14' 'ragel')
+makedepends=('git' 'bison>=3' 'flex>=2.5' 'cmake' 'clang14' 'ragel' 'llvm14')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()