zig: update to 0.13.0

This commit is contained in:
tranzystorekk 2024-07-08 09:00:20 +02:00
parent e263515fa8
commit 439cb0a5b1

View file

@ -1,20 +1,20 @@
# Template file for 'zig' # Template file for 'zig'
pkgname=zig pkgname=zig
version=0.10.1 version=0.13.0
revision=3 revision=1
archs="x86_64* aarch64*" archs="x86_64* aarch64*"
build_style=cmake build_style=cmake
configure_args="-DZIG_TARGET_MCPU=baseline" configure_args="-DZIG_TARGET_MCPU=baseline"
make_cmd=make make_cmd=make
# we add xml2, zstd, zlib and ncurses # we add xml2, zstd, zlib and ncurses
# because our lld is static-only and requires those to work # because our lld is static-only and requires those to work
makedepends="clang15 llvm15 lld15-devel libxml2-devel libzstd-devel ncurses-devel zlib-devel" makedepends="clang18-devel llvm18-devel lld18-devel libxml2-devel libzstd-devel ncurses-devel zlib-devel"
short_desc="Programming language designed for robustness, optimality, and clarity" short_desc="Programming language designed for robustness, optimality, and clarity"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://ziglang.org" homepage="https://ziglang.org"
distfiles="https://ziglang.org/download/${version}/zig-${version}.tar.xz" distfiles="https://ziglang.org/download/${version}/zig-${version}.tar.xz"
checksum=69459bc804333df077d441ef052ffa143d53012b655a51f04cfef1414c04168c checksum=06c73596beeccb71cc073805bdb9c0e05764128f16478fa53bf17dfabc1d4318
nopie=yes nopie=yes
nocross=yes nocross=yes