FeatherPad: update to 0.11.1.

This commit is contained in:
Young Jin Park 2019-08-18 13:57:28 +09:00 committed by Helmut Pozimski
parent 815b20997e
commit 869ef3ef2d

View file

@ -1,16 +1,16 @@
# Template file for 'FeatherPad' # Template file for 'FeatherPad'
pkgname=FeatherPad pkgname=FeatherPad
version=0.9.4 version=0.11.1
revision=1 revision=1
build_style=qmake build_style=qmake
hostmakedepends="qt5-qmake qt5-tools-devel" hostmakedepends="qt5-qmake qt5-tools-devel"
makedepends="libX11-devel libXext-devel qt5-x11extras-devel qt5-svg-devel" makedepends="libX11-devel libXext-devel qt5-x11extras-devel qt5-svg-devel hunspell-devel"
short_desc="Lightweight Qt5 plain-text editor for Linux" short_desc="Lightweight Qt5 plain-text editor for Linux"
maintainer="Young Jin Park <youngjinpark20@gmail.com>" 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=6833ebc541550c0cac4c5e47f0870eb0209f0d779dfeef7273b6287896d46ef6 checksum=a9cb943587bb0065c7cd7e42b5b396d633d4bab6c531621b4f85b050e0ccd9db
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-x11extras-devel qt5-svg-devel" hostmakedepends+=" qt5-x11extras-devel qt5-svg-devel"