cmark: update to 0.26.1.

This commit is contained in:
Christian Neukirchen 2016-07-17 16:49:28 +02:00
parent 9d9245eea7
commit 59a15c0e4c

View file

@ -1,6 +1,6 @@
# Template file for 'cmark'
pkgname=cmark
version=0.26.0
version=0.26.1
revision=1
build_style=cmake
short_desc="CommonMark parsing and rendering library and program in C"
@ -8,7 +8,7 @@ maintainer="pancake <pancake@nopcode.org>"
license="MIT"
homepage="https://github.com/jgm/cmark"
distfiles="https://github.com/jgm/cmark/archive/${version}.tar.gz"
checksum=7ed32e77966c5d06cd6f010b46894cd4d1f494651d6e0da55cb876436fdac806
checksum=b50615a97f9c19e353d65f3bdbd6898ed1443a6f49e38f0aa888d5b58867f5d6
post_install() {
vlicense COPYING
@ -22,6 +22,7 @@ cmark-devel_package() {
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
vmove usr/lib/pkgconfig
vmove usr/lib/cmake
vmove usr/share/man/man3
}
}