Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/mkvtoolnix/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'mkvtoolnix'
pkgname=mkvtoolnix
version=98.0
revision=2
version=99.0
revision=1
build_style=gnu-configure
build_helper="qmake6"
configure_args="--with-docbook-xsl-root=/usr/share/xsl/docbook --disable-update-check
Expand All @@ -19,7 +19,7 @@ license="GPL-2.0-only"
homepage="https://mkvtoolnix.download"
changelog="https://mkvtoolnix.download/doc/NEWS.md"
distfiles="https://mkvtoolnix.download/sources/mkvtoolnix-${version}.tar.xz"
checksum=1600f4a768ede6356e70785393f02f34dd54fbb5f661ffe6e7e8bc0f40229b79
checksum=bcd99b49b0d18f0d7321fbbe36bbc7d2456dbfe707ba6ac3ce3f9e6bfcacaed6

if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"
Expand Down