summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyxel2021-08-23 08:41:09 -0400
committerpyxel2021-08-23 08:41:09 -0400
commit9e66225c5852763f54c151b2257614c405b143bd (patch)
treec5ff63a4f88d6966066686eeea2a1cc1c242c532
parent9a96cf59071c5ecf6a12af0a2a6237c920136c38 (diff)
downloadaur-9e66225c5852763f54c151b2257614c405b143bd.tar.gz
update conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2600451dc6a2..380142df08dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = odin-bin
depends = llvm11-libs
provides = odin
conflicts = odin
+ conflicts = odin-git
+ conflicts = odin-src
options = !strip
source = https://github.com/odin-lang/Odin/releases/download/dev-2021-08/odin-ubuntu-amd64-dev-2021-08.zip
sha256sums = 6413900482bc4dcc1edc330462da62434dcca7e775994920c10f8280ad14b211
diff --git a/PKGBUILD b/PKGBUILD
index 88c55f8d5cfc..53fc8a5de629 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('BSD-2-Clause')
depends=('llvm11-libs')
makedepends=('patchelf')
provides=('odin')
-conflicts=('odin')
+conflicts=('odin' 'odin-git' 'odin-src')
options=('!strip')
source=(