summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Tiehuis2017-09-05 21:41:02 +1200
committerMarc Tiehuis2017-09-05 21:41:02 +1200
commit5c0873f3193c767bbd8d57c0e72c8c1edbd1fe15 (patch)
tree3c85eeebddc1b05881a719b26f0e8372887a2440
parent5515c12052ce6077e2eee39c381ddd0801874117 (diff)
downloadaur-5c0873f3193c767bbd8d57c0e72c8c1edbd1fe15.tar.gz
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.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bebff01fb1e..5bb6267b6165 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 479abf653fff..2f0a3f1b206c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marc Tiehuis <marctiehuis at gmail.com>
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() {