summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornycex2022-04-08 17:20:34 +0200
committernycex2022-04-08 17:20:34 +0200
commit19dc9ced20b91f8eb4ebd5cc0cf6f59434c4a0bf (patch)
treedeecd593e471eec878dd784df12146d5d4fc3d02 /PKGBUILD
parentd987a71d07b1f1940fab1c0661d8c2b26d5b832c (diff)
downloadaur-19dc9ced20b91f8eb4ebd5cc0cf6f59434c4a0bf.tar.gz
substitute any architecture for x86_64, aarch64 and i686
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51b20657e007..97d4bd4d8110 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgbasename=zls
pkgname=${_pkgbasename}-git
pkgrel=1
-pkgver=r837.0f65093
+pkgver=r884.fd2a863
pkgdesc="Zig LSP implementation + Zig Language Server"
-arch=('any')
+arch=('x86_64' 'aarch64' 'i686')
url="https://github.com/zigtools/${_pkgbasename}"
license=('MIT')
depends=('zig')