summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2024-03-09 20:54:32 +0100
committerLone_Wolf2024-03-09 20:54:32 +0100
commitb8f7b22f351a670d51393dc257b0120451063636 (patch)
treedf381b6ed531229d8433a1a1e5f730ec131c87ea
parent3199900a3e23c4ada86fcc98546991004692756f (diff)
downloadaur-b8f7b22f351a670d51393dc257b0120451063636.tar.gz
corrected value used for llvm-libs dep
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0de7a2b1dd8b..789a2c49fdb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libclc-minimal-git
pkgdesc = companion package to llvm-minimal-git, Library requirements of the OpenCL C programming language
- pkgver = 17.0.0_r462218.51572c2cd720
- pkgrel = 2
+ pkgver = 19.0.0_r492187.b4001e32b1aa
+ pkgrel = 1
url = https://libclc.llvm.org/
arch = any
license = custom:Apache 2.0 with LLVM Exception
@@ -11,7 +11,7 @@ pkgbase = libclc-minimal-git
makedepends = git
makedepends = python
makedepends = spirv-llvm-translator-minimal-git
- makedepends = llvm-libs<17
+ makedepends = llvm-libs<19
provides = libclc
conflicts = libclc
source = git+https://github.com/llvm/llvm-project.git
diff --git a/PKGBUILD b/PKGBUILD
index 5010468614cb..18e4de8a39f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Solomon Choina <shlomochoina@gmail.com>
pkgname=libclc-minimal-git
-pkgver=17.0.0_r462218.51572c2cd720
-pkgrel=2
+pkgver=19.0.0_r492187.b4001e32b1aa
+pkgrel=1
pkgdesc="companion package to llvm-minimal-git, Library requirements of the OpenCL C programming language"
arch=('any')
url="https://libclc.llvm.org/"
license=('custom:Apache 2.0 with LLVM Exception')
provides=(libclc)
conflicts=(libclc)
-makedepends=(llvm-minimal-git clang-minimal-git cmake git python spirv-llvm-translator-minimal-git 'llvm-libs<17')
+makedepends=(llvm-minimal-git clang-minimal-git cmake git python spirv-llvm-translator-minimal-git 'llvm-libs<19')
source=("git+https://github.com/llvm/llvm-project.git"
)
sha256sums=('SKIP')