From 5078a553a3fa5be798e3116373e83a011ab22dca Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 26 Apr 2015 09:03:32 +0200 Subject: [PATCH] libclc-git: update to 20150408. --- srcpkgs/libclc-git/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libclc-git/template b/srcpkgs/libclc-git/template index 1f512a3540e..a53a1d4820d 100644 --- a/srcpkgs/libclc-git/template +++ b/srcpkgs/libclc-git/template @@ -1,6 +1,6 @@ # Template file for 'libclc-git' pkgname=libclc-git -version=20150312 +version=20150408 revision=1 build_style=configure hostmakedepends="git python" @@ -14,9 +14,12 @@ replaces="libclc>=0" only_for_archs="i686 x86_64" do_fetch() { + local _githash="69ebc81135ee35aab0154a5eed057830f962ab00" local url="http://llvm.org/git/libclc.git" msg_normal "Fetching source from $url ...\n" git clone ${url} ${wrksrc} + cd ${wrksrc} + git checkout ${_githash} } do_configure() { ./configure.py --prefix=/usr