diff --git a/srcpkgs/fio/template b/srcpkgs/fio/template index e5b15d2b690..9bbb31a8574 100644 --- a/srcpkgs/fio/template +++ b/srcpkgs/fio/template @@ -1,6 +1,6 @@ # Template file for 'fio' pkgname=fio -version=3.29 +version=3.30 revision=1 wrksrc="${pkgname}-${pkgname}-${version}" build_style=configure @@ -13,7 +13,7 @@ maintainer="Leah Neukirchen " license="GPL-2.0-only" homepage="https://github.com/axboe/fio" distfiles="https://github.com/axboe/${pkgname}/archive/${pkgname}-${version}.tar.gz" -checksum=3ad22ee9c545afae914f399886e9637a43d1b3aa5dfcf6966ed83e633759acb7 +checksum=305647377527a2827223065582dd8a9269e69866426b341699d55bb4e4d3cc71 python_version=3 case "$XBPS_TARGET_MACHINE" in @@ -30,7 +30,7 @@ do_configure() { } post_install() { - vdoc HOWTO + vdoc HOWTO.rst for f in examples/*; do vsconf "$f" done