diff options
author | Marc Tiehuis <marctiehuis@gmail.com> | 2017-09-10 18:27:10 +1200 |
---|---|---|
committer | Marc Tiehuis <marctiehuis@gmail.com> | 2017-09-10 18:27:10 +1200 |
commit | 8ee61011087c513b16cc11e0fb9528d67b843df2 (patch) | |
tree | 175ee521b17693a080a52697f82e812f5ad219ea /.SRCINFO | |
parent | Update pkgrel (diff) | |
download | zig-git-8ee61011087c513b16cc11e0fb9528d67b843df2.tar.xz |
Add patch to handle new LLVM issues around inline
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,12 +1,13 @@ pkgbase = zig-git pkgdesc = a programming language prioritizing robustness, optimality, and clarity pkgver = 0.0.0r1474.6aa04c4 - pkgrel = 2 + pkgrel = 3 url = http://ziglang.org arch = i686 arch = x86_64 license = MIT makedepends = cmake + makedepends = curl depends = llvm depends = clang depends = lld |