summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainan2024-01-19 02:02:16 +0100
committerSainan2024-01-19 02:02:16 +0100
commit39e33625425a5147b5d375dc13260d5bd541f298 (patch)
tree3d9ea9572eb9945f4f6cc4dadd3e500dbf1b720b
parent9b20f13f9261ca18abe78c2ffb2c7ec51570b386 (diff)
downloadaur-39e33625425a5147b5d375dc13260d5bd541f298.tar.gz
Declare 'pluto' as conflicting due to both using 'pluto' as a binary name
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aab0a6338443..0031f0484d20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = plutolang
depends = glibc
depends = gcc-libs
depends = readline
+ conflicts = pluto
source = pluto-git::git+https://github.com/PlutoLang/Pluto#tag=0.8.1
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1b02fe5f458e..3b706c2cd856 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('x86_64')
license=(MIT)
makedepends=(git)
depends=(glibc gcc-libs readline)
+conflicts=(pluto)
source=("pluto-git::git+https://github.com/PlutoLang/Pluto#tag=$pkgver")
sha256sums=('SKIP')