summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2022-11-26 19:50:41 +0100
committerLone_Wolf2022-11-26 19:50:41 +0100
commit49cb1edb2cabffacbc2a9e322833cc99effdaf31 (patch)
treeb5f22a31d2903ec01c3849da9c31d3357fed9289
parentd52e9354c662c5f9210cc152557fa8d27ed5c080 (diff)
downloadaur-49cb1edb2cabffacbc2a9e322833cc99effdaf31.tar.gz
added missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7f2fe9e0956..96a886b7b48c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libclc-minimal-git
pkgdesc = companion package to llvm-minimal-git, Library requirements of the OpenCL C programming language
- pkgver = 16.0.0_r442002.3e25ae605edd
+ pkgver = 16.0.0_r443008.b400dde4739f
pkgrel = 1
url = https://libclc.llvm.org/
arch = any
@@ -10,6 +10,7 @@ pkgbase = libclc-minimal-git
makedepends = ninja
makedepends = python
makedepends = spirv-llvm-translator-minimal-git
+ makedepends = llvm-libs<16
provides = libclc
conflicts = libclc
source = llvm-project::git+https://github.com/llvm/llvm-project.git
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')