summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornycex2022-04-08 17:20:43 +0200
committernycex2022-04-08 17:20:43 +0200
commit2a27c209772fb7977185b0cd5eba1f2b44b376bf (patch)
tree7ec50df8fc6398fd288308562e2d4d61bf885e70
parent19dc9ced20b91f8eb4ebd5cc0cf6f59434c4a0bf (diff)
downloadaur-2a27c209772fb7977185b0cd5eba1f2b44b376bf.tar.gz
replace zls-master-data-git
-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')