diff --git a/srcpkgs/qtractor/template b/srcpkgs/qtractor/template index 82eb0ab1b9d..455af691479 100644 --- a/srcpkgs/qtractor/template +++ b/srcpkgs/qtractor/template @@ -1,6 +1,6 @@ # Template file for 'qtractor' pkgname=qtractor -version=0.9.2 +version=0.9.3 revision=1 wrksrc="qtractor-qtractor_${version//./_}" build_style=gnu-configure @@ -16,12 +16,12 @@ license="GPL-2.0-or-later" homepage="http://qtractor.org" changelog="https://raw.githubusercontent.com/rncbc/qtractor/master/ChangeLog" distfiles="https://github.com/rncbc/qtractor/archive/qtractor_${version//./_}.tar.gz" -checksum=cab5b6af5f08108caefde30261f5f8b7f3d1c0f430a488ecce90ea8937fe5ae2 +checksum=2652c61352485cadf52b4ff4536dcc034bd86b45856c23338f7b777a6087952a # configure fails to find qt5 headers nocross="https://build.voidlinux.eu/builders/armv7l-musl_builder/builds/3458/steps/shell_3/logs/stdio" pre_configure() { - ./autogen.sh + autoreconf -if }