cmark: update to 0.29.0.

This commit is contained in:
maxice8 2019-04-08 23:49:11 -03:00 committed by maxice8
parent 23a8cccbba
commit c0d677c321

View file

@ -1,19 +1,19 @@
# Template file for 'cmark'
pkgname=cmark
version=0.28.3
revision=2
version=0.29.0
revision=1
build_style=cmake
short_desc="CommonMark parsing and rendering library and program in C"
maintainer="pancake <pancake@nopcode.org>"
license="MIT"
homepage="https://github.com/jgm/cmark"
distfiles="https://github.com/jgm/cmark/archive/${version}.tar.gz"
checksum=acc98685d3c1b515ff787ac7c994188dadaf28a2d700c10c1221da4199bae1fc
checksum=2558ace3cbeff85610de3bda32858f722b359acdadf0c4691851865bb84924a6
pre_configure() {
# Fix the SONAME version to use just the major number
sed -i src/CMakeLists.txt \
-e 's;\(SOVERSION ${PROJECT_VERSION_MAJOR}\).*;\1;'
vsed -i src/CMakeLists.txt \
-e 's;\(SOVERSION ${PROJECT_VERSION_MAJOR}\).*;\1;'
}
post_install() {