summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2022-11-16 22:47:25 +0100
committerLone_Wolf2022-11-16 22:47:25 +0100
commitd52e9354c662c5f9210cc152557fa8d27ed5c080 (patch)
tree7fd91640b13e29dc1c1865bcb918e913da23e350
parentc0a76c7b96a296aaf883d0a994bec4fdda023021 (diff)
downloadaur-d52e9354c662c5f9210cc152557fa8d27ed5c080.tar.gz
corrected dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6e9308c6352..c7f2fe9e0956 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_r441978.6f48e68d398d
+ pkgver = 16.0.0_r442002.3e25ae605edd
pkgrel = 1
url = https://libclc.llvm.org/
arch = any
@@ -9,7 +9,7 @@ pkgbase = libclc-minimal-git
makedepends = cmake
makedepends = ninja
makedepends = python
- makedepends = spirv-llvm-translator-git
+ makedepends = spirv-llvm-translator-minimal-git
provides = libclc
conflicts = libclc
source = llvm-project::git+https://github.com/llvm/llvm-project.git
diff --git a/PKGBUILD b/PKGBUILD
index 7d6233f60260..9f9128ea4848 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Solomon Choina <shlomochoina@gmail.com>
pkgname=libclc-minimal-git
-pkgver=16.0.0_r441978.6f48e68d398d
+pkgver=16.0.0_r442002.3e25ae605edd
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-git')
+makedepends=('llvm-minimal-git' 'cmake' 'ninja' 'python' 'spirv-llvm-translator-minimal-git')
source=("llvm-project::git+https://github.com/llvm/llvm-project.git")
sha256sums=('SKIP')