diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2021-08-22 16:14:46 +0300 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2021-08-22 16:14:46 +0300 |
commit | eb65c2653b7c51295cb04f2632a6eccb131f06be (patch) | |
tree | e40176c09f5d1584477d5061a8c21fb5865cc2bb /.SRCINFO | |
parent | Update PKGBUILD to support 0.6.0 (diff) | |
download | zig-git-eb65c2653b7c51295cb04f2632a6eccb131f06be.tar.xz |
grep the version once cmake is configured
Using the git tag yields the latest stable version instead.
- run zig tests in check(); use makepkg --nocheck to skip
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = zig-git pkgdesc = a programming language prioritizing robustness, optimality, and clarity - pkgver = 0.6.0 + pkgver = 0.9.0.r844.g4ac37eb48 pkgrel = 1 url = https://ziglang.org arch = i686 @@ -17,4 +17,3 @@ pkgbase = zig-git md5sums = SKIP pkgname = zig-git - |