From ec69ccfb2528a5f37643aee44d1b93e966975c09 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Sun, 8 Jul 2018 15:51:19 -0300 Subject: [PATCH] libyaml: update to 0.2.1. (#668) --- srcpkgs/libyaml/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libyaml/template b/srcpkgs/libyaml/template index c82e4b0bd51..b0dc259214c 100644 --- a/srcpkgs/libyaml/template +++ b/srcpkgs/libyaml/template @@ -1,15 +1,19 @@ # Template file for 'libyaml' pkgname=libyaml -version=0.1.7 +version=0.2.1 revision=1 -wrksrc="yaml-${version}" build_style=gnu-configure +hostmakedepends="automake libtool" short_desc="Fast YAML 1.1 parser and emitter library" maintainer="Juan RP " license="MIT" homepage="http://pyyaml.org/wiki/LibYAML" -distfiles="http://pyyaml.org/download/libyaml/yaml-${version}.tar.gz" -checksum=8088e457264a98ba451a90b8661fcb4f9d6f478f7265d48322a196cec2480729 +distfiles="https://github.com/yaml/libyaml/archive/${version}.tar.gz" +checksum=1d2aeb87f7d317f1496e4c39410d913840714874a354970300f375eec9303dc4 + +pre_configure() { + autoreconf -fi +} post_install() { vlicense LICENSE