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 51ef91329dbe..d4c41e79d822 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = zls-git
license = MIT
makedepends = git
depends = zig
+ replaces = zls-master-data-git
source = git+https://github.com/zigtools/zls
source = git+https://github.com/ziglibs/known-folders
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 97d4bd4d8110..f7655a69043a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgver=r884.fd2a863
pkgdesc="Zig LSP implementation + Zig Language Server"
arch=('x86_64' 'aarch64' 'i686')
url="https://github.com/zigtools/${_pkgbasename}"
+replaces=('zls-master-data-git')
license=('MIT')
depends=('zig')
makedepends=('git')