libyaml: update to 0.1.5.
This commit is contained in:
parent
21a59c4d1a
commit
b00a1af8a9
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libyaml'
|
# Template file for 'libyaml'
|
||||||
pkgname=libyaml
|
pkgname=libyaml
|
||||||
version=0.1.4
|
version=0.1.5
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="yaml-${version}"
|
wrksrc="yaml-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Fast YAML 1.1 parser and emitter library"
|
short_desc="Fast YAML 1.1 parser and emitter library"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://pyyaml.org/wiki/LibYAML"
|
homepage="http://pyyaml.org/wiki/LibYAML"
|
||||||
distfiles="http://pyyaml.org/download/libyaml/yaml-${version}.tar.gz"
|
distfiles="http://pyyaml.org/download/libyaml/yaml-${version}.tar.gz"
|
||||||
checksum=7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb4e66d961de6a37
|
checksum=fa87ee8fb7b936ec04457bc044cd561155e1000a4d25029867752e543c2d3bef
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||||
|
|
Loading…
Reference in New Issue