diff options
author | Sainan | 2024-01-19 02:02:16 +0100 |
---|---|---|
committer | Sainan | 2024-01-19 02:02:16 +0100 |
commit | 39e33625425a5147b5d375dc13260d5bd541f298 (patch) | |
tree | 3d9ea9572eb9945f4f6cc4dadd3e500dbf1b720b | |
parent | 9b20f13f9261ca18abe78c2ffb2c7ec51570b386 (diff) | |
download | aur-39e33625425a5147b5d375dc13260d5bd541f298.tar.gz |
Declare 'pluto' as conflicting due to both using 'pluto' as a binary name
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 @@ -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') |