summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Xu2023-12-16 00:08:43 +0800
committerDavid Xu2023-12-16 00:08:43 +0800
commit8811abf9b0ad70dbc64dc5e3848e056f6f97e054 (patch)
treebaa2816d8f7c17151878d42022e9057fea34e280
parent0b8a9ac92bca0566787df0296409af8a64a4ec0c (diff)
downloadaur-8811abf9b0ad70dbc64dc5e3848e056f6f97e054.tar.gz
update conflicts
-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')