qtractor: update to 0.9.10.
This commit is contained in:
parent
e375cbbbfb
commit
7bc3c8837b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qtractor'
|
||||
pkgname=qtractor
|
||||
version=0.9.7
|
||||
revision=2
|
||||
version=0.9.10
|
||||
revision=1
|
||||
wrksrc="qtractor-qtractor_${version//./_}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-debug"
|
||||
|
@ -16,7 +16,7 @@ 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=a5900fefae330adc52f66502b03cf7fcb56544f1842068f20e840d926a32d8ed
|
||||
checksum=b51c2812da25d7d21bc317cf8164200dc967cd72597f734076f672dc59d38dc7
|
||||
|
||||
# configure fails to find qt5 headers
|
||||
nocross="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/3458/steps/shell_3/logs/stdio"
|
||||
|
@ -24,4 +24,3 @@ nocross="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/3458/st
|
|||
pre_configure() {
|
||||
autoreconf -if
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue