From 7f8d1a7fb3c60da093206946e23d96241ee22c65 Mon Sep 17 00:00:00 2001 From: Lorem Date: Tue, 7 Apr 2020 21:58:20 +0530 Subject: [PATCH] foliate: update to 2.1.1 And create a symlink to executable --- srcpkgs/foliate/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/foliate/template b/srcpkgs/foliate/template index 6fac16f66c5..f16f4aa87cd 100644 --- a/srcpkgs/foliate/template +++ b/srcpkgs/foliate/template @@ -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,8 @@ maintainer="lorem " 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 + +post_install() { + ln -s com.github.johnfactotum.Foliate ${DESTDIR}/usr/bin/foliate +}