cmark: update to 0.26.1.
This commit is contained in:
parent
9d9245eea7
commit
59a15c0e4c
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cmark'
|
# Template file for 'cmark'
|
||||||
pkgname=cmark
|
pkgname=cmark
|
||||||
version=0.26.0
|
version=0.26.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="CommonMark parsing and rendering library and program in C"
|
short_desc="CommonMark parsing and rendering library and program in C"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="pancake <pancake@nopcode.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jgm/cmark"
|
homepage="https://github.com/jgm/cmark"
|
||||||
distfiles="https://github.com/jgm/cmark/archive/${version}.tar.gz"
|
distfiles="https://github.com/jgm/cmark/archive/${version}.tar.gz"
|
||||||
checksum=7ed32e77966c5d06cd6f010b46894cd4d1f494651d6e0da55cb876436fdac806
|
checksum=b50615a97f9c19e353d65f3bdbd6898ed1443a6f49e38f0aa888d5b58867f5d6
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
@ -22,6 +22,7 @@ cmark-devel_package() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/cmake
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue