Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FeatherPad: update to 0.12.0. #18184

Merged
merged 1 commit into from
Jan 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 2 additions & 6 deletions srcpkgs/FeatherPad/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'FeatherPad'
pkgname=FeatherPad
version=0.11.1
version=0.12.0
revision=1
build_style=qmake
hostmakedepends="qt5-qmake qt5-tools-devel"
Expand All @@ -10,12 +10,8 @@ maintainer="Young Jin Park <youngjinpark20@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/tsujan/FeatherPad"
distfiles="https://github.com/tsujan/FeatherPad/archive/V${version}.tar.gz"
checksum=a9cb943587bb0065c7cd7e42b5b396d633d4bab6c531621b4f85b050e0ccd9db
checksum=922305e8724062ca2996b4aa8ada8a24e8c178ecb84adca86a51a560e5c29b52

if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-x11extras-devel qt5-svg-devel"
fi

post_install() {
vlicense COPYING
}