From c47e9d5f4e2a414c2bef749b6ebdcf5a2f653359 Mon Sep 17 00:00:00 2001 From: John Galt Date: Wed, 23 Jul 2014 01:36:04 -0700 Subject: [PATCH] libclc-git: yet another cleanup --- srcpkgs/libclc-git/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libclc-git/template b/srcpkgs/libclc-git/template index 485d178adcd..66f1f5ab558 100644 --- a/srcpkgs/libclc-git/template +++ b/srcpkgs/libclc-git/template @@ -1,8 +1,8 @@ # Template file for 'libclc-git' pkgname=libclc-git -sha=3b853378ab3bd607aa758492b61522b0a83084cb version=20140717 revision=1 +_sha=3b853378ab3bd607aa758492b61522b0a83084cb makedepends="python libffi-devel zlib-devel llvm>=3.4.2_2 clang>=3.4.2_2" depends="libclc-ptx-git libclc-r600-git" short_desc="Open implementation of the OpenCL C programming language" @@ -19,7 +19,7 @@ do_fetch() { msg_normal "Fetching source from $url ...\n" git clone ${url} ${wrksrc} cd ${wrksrc} - git reset --hard ${sha} + git reset --hard ${_sha} } do_configure() {