summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a4b21793267..348a28c93093 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = swift-mesonlsp-bin
url = https://github.com/JCWasmx86/Swift-MesonLSP
arch = x86_64
license = GPL3
+ conflicts = swift-mesonlsp
source = https://github.com/JCWasmx86/Swift-MesonLSP/releases/download/v3.1.3/Swift-MesonLSP.zip
sha256sums = aef1f6b386e517ac31e58286b25c6bd828ad1fc1e6958a18d5cd52a868bdf1aa
diff --git a/PKGBUILD b/PKGBUILD
index 5253f916d2ea..6fca55844345 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=("x86_64")
url="https://github.com/JCWasmx86/Swift-MesonLSP"
license=("GPL3")
makedepends=()
+conflicts=(swift-mesonlsp)
source=("https://github.com/JCWasmx86/Swift-MesonLSP/releases/download/v${pkgver}/${_pkgname}.zip")
sha256sums=('aef1f6b386e517ac31e58286b25c6bd828ad1fc1e6958a18d5cd52a868bdf1aa')