qtractor: update to 0.9.3.

This commit is contained in:
Rasmus Thomsen 2019-01-08 16:01:04 +01:00 committed by maxice8
parent 8c245cd31e
commit 51c99f6c25

View file

@ -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
}