diff options
author | Marc Tiehuis <marc@tiehu.is> | 2020-06-27 00:36:26 +1200 |
---|---|---|
committer | Marc Tiehuis <marc@tiehu.is> | 2020-06-27 00:36:26 +1200 |
commit | 311d8943f7157a15dc0e2ad93658c458bba5198c (patch) | |
tree | d7ecc11b8cde07251773fa8aec460b4b626e2b31 /.SRCINFO | |
parent | Update SRCINFO for previous commit (diff) | |
download | zig-git-311d8943f7157a15dc0e2ad93658c458bba5198c.tar.xz |
Update PKGBUILD to support 0.6.0
Thank you to @jonathon for the patch.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,18 +1,19 @@ pkgbase = zig-git pkgdesc = a programming language prioritizing robustness, optimality, and clarity - pkgver = 0.4.0.r938.gc47b75312 + pkgver = 0.6.0 pkgrel = 1 - url = http://ziglang.org + url = https://ziglang.org arch = i686 arch = x86_64 license = MIT makedepends = cmake makedepends = git depends = clang - depends = llvm + depends = llvm>=10 + depends = lld provides = zig conflicts = zig - source = git://github.com/zig-lang/zig.git + source = git+https://github.com/zig-lang/zig.git md5sums = SKIP pkgname = zig-git |