summaryrefslogtreecommitdiff
path: root/.SRCINFO
diff options
context:
space:
mode:
authorMarc Tiehuis <marc@tiehu.is>2020-06-27 00:36:26 +1200
committerMarc Tiehuis <marc@tiehu.is>2020-06-27 00:36:26 +1200
commit311d8943f7157a15dc0e2ad93658c458bba5198c (patch)
treed7ecc11b8cde07251773fa8aec460b4b626e2b31 /.SRCINFO
parentUpdate SRCINFO for previous commit (diff)
downloadzig-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--.SRCINFO9
1 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f79be3..2ec1f2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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