summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornycex2020-05-16 11:47:47 +0200
committernycex2020-05-16 11:48:01 +0200
commitbe66013e189d497a43773f94c4535aef4d778b8f (patch)
tree0d1d963b9e5e7be97112e04a9b69d94b4b641008
parent389413104a585cc139c287dc8f585fb8b2886085 (diff)
downloadaur-be66013e189d497a43773f94c4535aef4d778b8f.tar.gz
update url to zigtools
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab87fa303fa3..fadb4f72347f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zls-master-data-git
pkgdesc = Zig LSP implementation + Zig Language Server (with the master dataset)
- pkgver = r32.042b47a
+ pkgver = r127.d9e5859
pkgrel = 1
- url = https://github.com/SuperAuguste/zls
+ url = https://github.com/zigtools/zls
arch = any
license = MIT
depends = zig
conflicts = zls-git
- source = git+https://github.com/SuperAuguste/zls
+ source = git+https://github.com/zigtools/zls
sha256sums = SKIP
pkgname = zls-master-data-git
diff --git a/PKGBUILD b/PKGBUILD
index 0a02bde35b7b..c4adde7fbb54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgbasename=zls
pkgname=${_pkgbasename}-master-data-git
pkgrel=1
-pkgver=r32.042b47a
+pkgver=r127.d9e5859
pkgdesc="Zig LSP implementation + Zig Language Server (with the master dataset)"
arch=('any')
-url="https://github.com/SuperAuguste/${_pkgbasename}"
+url="https://github.com/zigtools/${_pkgbasename}"
license=('MIT')
depends=('zig')
conflicts=('zls-git')
-source=(git+https://github.com/SuperAuguste/${_pkgbasename})
+source=(git+https://github.com/zigtools/${_pkgbasename})
sha256sums=('SKIP')
pkgver() {