From 02c467d0eef74bdfcaac988cf260c5805eee2b0a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 28 Jan 2013 10:53:30 +0100 Subject: [PATCH] xbps-src-utils: use fixed date and specific git commit. --- srcpkgs/xbps-src-utils/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xbps-src-utils/template b/srcpkgs/xbps-src-utils/template index 09e1de07ed..2d240da2d4 100644 --- a/srcpkgs/xbps-src-utils/template +++ b/srcpkgs/xbps-src-utils/template @@ -1,6 +1,6 @@ # Template build file for 'xbps-src-utils'. pkgname=xbps-src-utils -version="$(date -u +%Y%m%d)" +version=20130128 revision=1 homepage="https://github.com/davehome/xbps-src-utils" build_style=configure @@ -25,4 +25,5 @@ do_fetch() { local url="git://github.com/davehome/xbps-src-utils.git" msg_normal " Fetching source from $url ...\n" git clone ${url} ${pkgname}-${version} + cd ${pkgname}-${version} && git checkout 0f439306177ab7f0c20d542a8c1552b95929e3e9 }