summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2022-11-26 19:50:41 +0100
committerLone_Wolf2022-11-26 19:50:41 +0100
commit49cb1edb2cabffacbc2a9e322833cc99effdaf31 (patch)
treeb5f22a31d2903ec01c3849da9c31d3357fed9289 /PKGBUILD
parentd52e9354c662c5f9210cc152557fa8d27ed5c080 (diff)
downloadaur-49cb1edb2cabffacbc2a9e322833cc99effdaf31.tar.gz
added missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f9128ea4848..f6e17f758810 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Solomon Choina <shlomochoina@gmail.com>
pkgname=libclc-minimal-git
-pkgver=16.0.0_r442002.3e25ae605edd
+pkgver=16.0.0_r443008.b400dde4739f
pkgrel=1
pkgdesc="companion package to llvm-minimal-git, Library requirements of the OpenCL C programming language"
arch=('any')
@@ -11,7 +11,7 @@ url="https://libclc.llvm.org/"
license=('custom:Apache 2.0 with LLVM Exception')
provides=('libclc')
conflicts=('libclc')
-makedepends=('llvm-minimal-git' 'cmake' 'ninja' 'python' 'spirv-llvm-translator-minimal-git')
+makedepends=('llvm-minimal-git' 'cmake' 'ninja' 'python' 'spirv-llvm-translator-minimal-git' 'llvm-libs<16')
source=("llvm-project::git+https://github.com/llvm/llvm-project.git")
sha256sums=('SKIP')