mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sile: update to 0.15.9
This commit is contained in:
parent
9aae563d13
commit
b07fa9886d
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'sile'
|
# Template file for 'sile'
|
||||||
pkgname=sile
|
pkgname=sile
|
||||||
version=0.15.8
|
version=0.15.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper=rust
|
build_helper=rust
|
||||||
configure_args="--with-system-lua-sources --with-system-luarocks"
|
configure_args="--with-system-lua-sources --with-system-luarocks --disable-emdedded-resources"
|
||||||
hostmakedepends="jq poppler cargo rust pkg-config automake luarocks-lua51"
|
hostmakedepends="jq poppler cargo rust pkg-config automake luarocks-lua51"
|
||||||
makedepends="harfbuzz-devel lua51-devel lua51-lpeg lua51-luaexpat
|
makedepends="harfbuzz-devel lua51-devel lua51-lpeg lua51-luaexpat
|
||||||
lua51-zlib lua51-luafilesystem lua51-luasocket lua51-luasec lua51-cassowary
|
lua51-zlib lua51-luafilesystem lua51-luasocket lua51-luasec lua51-cassowary
|
||||||
|
@ -20,7 +20,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.sile-typesetter.org/"
|
homepage="https://www.sile-typesetter.org/"
|
||||||
distfiles="https://github.com/sile-typesetter/sile/releases/download/v${version}/sile-${version}.tar.zst"
|
distfiles="https://github.com/sile-typesetter/sile/releases/download/v${version}/sile-${version}.tar.zst"
|
||||||
checksum=64c17abafd5b1ef30419a81b000998870c1b081b6372d55bc31df9c3b83f0f6a
|
checksum=fbda59503b333d82661601db647d1a2ad67aa8b7098e1ef78c6d8216844ac567
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" ${makedepends}"
|
hostmakedepends+=" ${makedepends}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue