summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornycex2020-05-16 11:43:47 +0200
committernycex2020-05-16 11:43:47 +0200
commit7cfc44d66818d97d18da2d2a6c23da876565824a (patch)
treecc4ae0f38360371a04aeae09546b9c5b27b74eef /PKGBUILD
parentd4d7bb298c66c004db1d1f4f176e4478b65948a7 (diff)
downloadaur-7cfc44d66818d97d18da2d2a6c23da876565824a.tar.gz
update url to zigtools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {