From 5c0873f3193c767bbd8d57c0e72c8c1edbd1fe15 Mon Sep 17 00:00:00 2001 From: Marc Tiehuis Date: Tue, 5 Sep 2017 21:41:02 +1200 Subject: Pin commit for git repository The reason for this pinning is because newer version require llvm5. I'm not sure yet if I want to perform a complete compile of the source in this package just yet. --- .SRCINFO | 4 ++-- PKGBUILD | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2bebff0..5bb6267 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = zig-git pkgdesc = a programming language prioritizing robustness, optimality, and clarity - pkgver = 0.0.0r1468.5dddb45 + pkgver = 0.0.0r1474.6aa04c4 pkgrel = 1 url = http://ziglang.org arch = i686 @@ -12,7 +12,7 @@ pkgbase = zig-git depends = lld provides = zig conflicts = zig - source = git://github.com/andrewrk/zig.git#branch=master + source = git://github.com/zig-lang/zig.git#commit=6aa04c422bae89c50e1289e1ca51cd4d414debb7 md5sums = SKIP pkgname = zig-git diff --git a/PKGBUILD b/PKGBUILD index 479abf6..2f0a3f1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Marc Tiehuis pkgname=zig-git -pkgver=0.0.0r1468.5dddb45 +pkgver=0.0.0r1474.6aa04c4 pkgrel=1 pkgdesc="a programming language prioritizing robustness, optimality, and clarity" arch=('i686' 'x86_64') @@ -11,7 +11,9 @@ depends=('llvm' 'clang' 'lld') makedepends=('cmake') provides=(zig) conflicts=(zig) -source=("git://github.com/andrewrk/zig.git#branch=master") +# We pin this commit since it is the last supported by llvm-4 before the switch +# to llvm-5. +source=("git://github.com/zig-lang/zig.git#commit=6aa04c422bae89c50e1289e1ca51cd4d414debb7") md5sums=('SKIP') pkgver() { -- cgit v1.2.1