summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Zucchelli2023-12-19 11:07:53 +0100
committerAndrea Zucchelli2023-12-19 11:07:53 +0100
commit92b0fa7c6156bb385a3e5d167cf6a91e698eacb3 (patch)
tree373056cde5a868f1787de6acadc41ec8d2a884fb
parent3a3590a02431b7d991c735db44081695a7fc58ba (diff)
downloadaur-monicelli-git.tar.gz
addedd llvm14 dependency
-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=()