libyaml: update to 0.1.7.
This commit is contained in:
parent
23bcf84cee
commit
96226aed1e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libyaml'
|
||||
pkgname=libyaml
|
||||
version=0.1.6
|
||||
version=0.1.7
|
||||
revision=1
|
||||
wrksrc="yaml-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -9,10 +9,10 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="MIT"
|
||||
homepage="http://pyyaml.org/wiki/LibYAML"
|
||||
distfiles="http://pyyaml.org/download/libyaml/yaml-${version}.tar.gz"
|
||||
checksum=7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749
|
||||
checksum=8088e457264a98ba451a90b8661fcb4f9d6f478f7265d48322a196cec2480729
|
||||
|
||||
post_install() {
|
||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
libyaml-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue