xbps-src-utils: use fixed date and specific git commit.

This commit is contained in:
Juan RP 2013-01-28 10:53:30 +01:00
parent 177fe94b77
commit 02c467d0ee

View file

@ -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
}