summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornycex2021-05-27 17:23:47 +0200
committernycex2021-05-27 17:25:55 +0200
commitb24048ba43687854b021324a491c78fa7ef6ce02 (patch)
tree058b50264daa5271cd71b47c18c47b4aea3fc0ab /PKGBUILD
parent5e98505ed22f490e9a673d3fdadee0c5ce45982b (diff)
downloadaur-b24048ba43687854b021324a491c78fa7ef6ce02.tar.gz
zig-cache -> zig-out
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be627b00e3f6..d0d34ba9d2da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbasename=zls
pkgname=${_pkgbasename}-git
pkgrel=1
-pkgver=r292.585ae07
+pkgver=r752.affbd2d
pkgdesc="Zig LSP implementation + Zig Language Server"
arch=('any')
url="https://github.com/zigtools/${_pkgbasename}"
@@ -34,6 +34,6 @@ build() {
package() {
cd "${srcdir}/${_pkgbasename}"
- install -D -m755 zig-cache/bin/$_pkgbasename "${pkgdir}/usr/bin/$_pkgbasename"
+ install -D -m755 zig-out/bin/$_pkgbasename "${pkgdir}/usr/bin/$_pkgbasename"
install -D -m644 LICENSE.md "${pkgdir}/usr/share/licenses/$_pkgbasename/LICENSE"
}