qt5-doc: update to 5.13.2; add which to hostmakedepends
This commit is contained in:
parent
7514402442
commit
c9a426c27c
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'qt5-doc'
|
||||
pkgname=qt5-doc
|
||||
version=5.13.0
|
||||
version=5.13.2
|
||||
revision=1
|
||||
wrksrc="qt-everywhere-src-${version}"
|
||||
hostmakedepends="clang perl pkg-config qt5-devel qt5-plugin-sqlite qt5-tools"
|
||||
hostmakedepends="clang perl pkg-config qt5-devel qt5-plugin-sqlite qt5-tools which"
|
||||
makedepends="qt5-tools-devel"
|
||||
depends="qt5-plugin-sqlite qt5>=5.6.0"
|
||||
homepage="http://qt.io/"
|
||||
|
@ -11,7 +11,7 @@ short_desc="A cross-platform application and UI framework (QT5) - Documentation"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3, LGPL-2.1"
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-src-${version}.tar.xz"
|
||||
checksum=2cba31e410e169bd5cdae159f839640e672532a4687ea0f265f686421e0e86d6
|
||||
checksum=55e8273536be41f4f63064a79e552a22133848bb419400b6fa8e9fc0dc05de08
|
||||
|
||||
post_extract() {
|
||||
rm -rf qttools/{bin,plugins}
|
||||
|
|
Loading…
Reference in New Issue