summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-01-16 18:31:11 +0100
committerMichel Zou2024-01-16 18:31:11 +0100
commitdf25c26536f311dc51fb89aa30a5bf16dde3a931 (patch)
treeab1407954a51249a6ed82f68f59f7547c9fb5782
parent3101fc20a7c9ed15fb2f230dc35d415579ae3a23 (diff)
downloadaur-df25c26536f311dc51fb89aa30a5bf16dde3a931.tar.gz
cleanup
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dad9babb0ce2..7f46e2926c6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,6 @@ pkgbase = mlir
license = custom:Apache 2.0 with LLVM Exception
makedepends = cmake
depends = llvm=16.0.6
- provides = mlir=16.0.6
- conflicts = mlir
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/llvm-project-16.0.6.src.tar.xz
sha256sums = ce5e71081d17ce9e86d7cbcfa28c4b04b9300f8fb7e78422b1feb6bc52c3028e
diff --git a/PKGBUILD b/PKGBUILD
index 38c23c9662e8..855de2154076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,6 @@ url="https://mlir.llvm.org/"
license=("custom:Apache 2.0 with LLVM Exception")
depends=("llvm=$pkgver")
makedepends=("cmake")
-provides=("mlir=${pkgver}")
-conflicts=("mlir")
source=("https://github.com/llvm/llvm-project/releases/download/llvmorg-${pkgver}/llvm-project-${pkgver}.src.tar.xz")
sha256sums=('ce5e71081d17ce9e86d7cbcfa28c4b04b9300f8fb7e78422b1feb6bc52c3028e')