Package Details: zls-nightly-bin 0.13.0_dev.64_bcd7784-2

Git Clone URL: https://aur.archlinux.org/zls-nightly-bin.git (read-only, click to copy)
Package Base: zls-nightly-bin
Description: A Zig language server. [YOU MUST USE ZIG MASTER VERSION]
Upstream URL: https://github.com/zigtools/zls/wiki/Installation
Licenses: MIT
Conflicts: zls
Provides: zls
Submitter: Zarkli
Maintainer: impulse
Last Packager: impulse
Votes: 2
Popularity: 1.01
First Submitted: 2024-03-27 14:13 (UTC)
Last Updated: 2024-06-19 07:49 (UTC)

Dependencies (5)

Required by (1)

Sources (0)

Pinned Comments

impulse commented on 2024-06-19 07:52 (UTC)

For some reason the master version does not give you the latest, only the latest tagged release which is not really nightly, so i had to tweak it by looking at the index.json.

Latest Comments

impulse commented on 2024-06-19 07:52 (UTC)

For some reason the master version does not give you the latest, only the latest tagged release which is not really nightly, so i had to tweak it by looking at the index.json.

Zarkli commented on 2024-04-27 05:35 (UTC)

Oh, sorry, @ufbycd. I won't use ArchLinux anymore. I'd disown this package. If you like, you can maintain this package. Thanks!

chenss commented on 2024-04-27 03:10 (UTC) (edited on 2024-04-27 03:14 (UTC) by chenss)

checksum error! fix:

-source_x86_64=("https://zigtools-releases.nyc3.digitaloceanspaces.com/zls/master/x86_64-linux/zls")
+source_x86_64=("${pkgname}-${pkgver}::https://zigtools-releases.nyc3.digitaloceanspaces.com/zls/master/x86_64-linux/zls")
-sha256sums_x86_64=('f561c6757ad05bc0287699bfc3f117833932210cce3701969ca94f37b7e52721')
+sha256sums_x86_64=('3677fd0342cfd66d062d864e330adbb719204a9509b256b38ac157ea2edff27d')
-    install -Dm755 ./zls "$pkgdir/usr/bin/zls"
+    install -Dm755 "${pkgname}-${pkgver}" "$pkgdir/usr/bin/zls"