summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 279e4d39e41a..1f4ad4b9fcb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,11 @@ pkgbase = zls-git
pkgdesc = Zig LSP implementation + Zig Language Server
pkgver = r4.999a365
pkgrel = 1
- url = https://github.com/SuperAuguste/zls
+ url = https://github.com/zigtools/zls
arch = any
license = MIT
depends = zig
- source = git+https://github.com/SuperAuguste/zls
+ source = git+https://github.com/zigtools/zls
sha256sums = SKIP
pkgname = zls-git
diff --git a/PKGBUILD b/PKGBUILD
index 624680ca533c..20c4e6459fd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgbasename=zls
pkgname=${_pkgbasename}-git
pkgrel=1
-pkgver=r4.999a365
+pkgver=r127.d9e5859
pkgdesc="Zig LSP implementation + Zig Language Server"
arch=('any')
-url="https://github.com/SuperAuguste/${_pkgbasename}"
+url="https://github.com/zigtools/${_pkgbasename}"
license=('MIT')
depends=('zig')
-source=(git+https://github.com/SuperAuguste/${_pkgbasename})
+source=(git+https://github.com/zigtools/${_pkgbasename})
sha256sums=('SKIP')
pkgver() {