pencil2d: update to 0.6.3
This commit is contained in:
parent
2ad0f7f029
commit
da9267d869
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'pencil2d'
|
||||
pkgname=pencil2d
|
||||
version=0.6.2
|
||||
version=0.6.3
|
||||
revision=1
|
||||
build_style=qmake
|
||||
wrksrc=pencil-${version}
|
||||
build_style=qmake
|
||||
hostmakedepends="qt5-qmake"
|
||||
makedepends="qt5-xmlpatterns-devel qt5-svg-devel qt5-multimedia-devel"
|
||||
depends="hicolor-icon-theme ffmpeg qt5-svg qt5-xmlpatterns"
|
||||
|
@ -13,7 +13,8 @@ license="GPL-2-only"
|
|||
homepage="https://pencil2d.org/"
|
||||
changelog="https://raw.githubusercontent.com/pencil2d/pencil/master/ChangeLog.md"
|
||||
distfiles="https://github.com/${pkgname}/pencil/archive/v${version}.tar.gz"
|
||||
checksum=a8bf1034f6b091ec49d6359da4ca0332c8bd2146a33a19b6c662f4ccfed9629a
|
||||
checksum=30cd9d9b3fa9211a2a529a16268abe8a7b5be35829a7f341f4f10c4a55cdee10
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-xmlpatterns-devel qt5-svg-devel qt5-multimedia-devel"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue