foliate: update to 2.1.1

And create a symlink to executable

Closes: #20732
This commit is contained in:
Lorem 2020-04-07 21:58:20 +05:30 committed by Đoàn Trần Công Danh
parent 45da23ade9
commit 634e5498d1

View file

@ -1,6 +1,6 @@
# Template file for 'foliate'
pkgname=foliate
version=2.0.0
version=2.1.1
revision=1
archs=noarch
build_style=meson
@ -11,4 +11,9 @@ maintainer="lorem <notloremipsum@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://johnfactotum.github.io/foliate/"
distfiles="https://github.com/johnfactotum/foliate/archive/${version}.tar.gz"
checksum=e3f7ab5242aa6d936b66d6a41147bf17c0334d7675b5e38e64829d204fd3712a
checksum=6260e61886bc89b7798b9b1154daac5e0a8e17a572e8d8fea0f480ec874097cd
python_version=2
post_install() {
ln -s com.github.johnfactotum.Foliate ${DESTDIR}/usr/bin/foliate
}