FeatherPad: update to 0.15.0.

Closes: #24623 [via git-merge-pr]
This commit is contained in:
mobinmob 2020-09-03 00:16:25 +03:00 committed by Andrew J. Hesford
parent 273806c52d
commit 1d92c676ab

View file

@ -1,6 +1,6 @@
# Template file for 'FeatherPad' # Template file for 'FeatherPad'
pkgname=FeatherPad pkgname=FeatherPad
version=0.14.2 version=0.15.0
revision=1 revision=1
build_style=qmake build_style=qmake
hostmakedepends="qt5-qmake qt5-tools-devel" hostmakedepends="qt5-qmake qt5-tools-devel"
@ -10,7 +10,7 @@ maintainer="Young Jin Park <youngjinpark20@gmail.com>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/tsujan/FeatherPad" homepage="https://github.com/tsujan/FeatherPad"
distfiles="https://github.com/tsujan/FeatherPad/archive/V${version}.tar.gz" distfiles="https://github.com/tsujan/FeatherPad/archive/V${version}.tar.gz"
checksum=a646a7e84de7515ba26dde828fbdcf5c5a26841559f5d2d8bde330d7a5e182d1 checksum=e9addeeb78930f5654c4e155af8b46efa58dd2daecc02cfc7e0a9835f1bc88ad
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-x11extras-devel qt5-svg-devel" hostmakedepends+=" qt5-x11extras-devel qt5-svg-devel"