comrak: update to 0.19.0
This commit is contained in:
parent
089d1fa4cb
commit
e73b3a14cb
1 changed files with 3 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'comrak'
|
# Template file for 'comrak'
|
||||||
pkgname=comrak
|
pkgname=comrak
|
||||||
version=0.18.0
|
version=0.19.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -10,13 +10,8 @@ maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/kivikakk/comrak"
|
homepage="https://github.com/kivikakk/comrak"
|
||||||
changelog="https://github.com/kivikakk/comrak/raw/main/changelog.txt"
|
changelog="https://github.com/kivikakk/comrak/raw/main/changelog.txt"
|
||||||
distfiles="https://github.com/kivikakk/comrak/archive/${version}.tar.gz"
|
distfiles="https://github.com/kivikakk/comrak/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=fce21e382e3c21064a364c6993ff6387fd481efd859c71c7e059cbfcdf14e832
|
checksum=6120f132e5e3240a4fbc46eb3659b46f081cba00be75209ede24ccfd28af36e9
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
# Tests don't compile on i686: ran out of registers during register allocation
|
|
||||||
i686*) make_check=no ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue