From b5385081c5e37577414878c11b67f24aceb2addc Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 25 Jul 2015 22:52:32 +0200 Subject: [PATCH] yajl: use http instead of git. --- srcpkgs/yajl/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/yajl/template b/srcpkgs/yajl/template index 7e19f448264..9cbe3de0f21 100644 --- a/srcpkgs/yajl/template +++ b/srcpkgs/yajl/template @@ -3,15 +3,13 @@ pkgname=yajl version=2.1.0 revision=2 build_style=cmake -hostmakedepends="ruby cmake doxygen git" +hostmakedepends="ruby cmake doxygen" short_desc="Yet Another JSON Library" maintainer="Juan RP " license="ISC" homepage="http://lloyd.github.io/yajl/" - -do_fetch() { - git clone -b${version} git://github.com/lloyd/yajl.git yajl-${version} -} +distfiles="https://github.com/lloyd/yajl/archive/$version.tar.gz" +checksum=3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a post_install() { vmkdir usr/lib