From 9947cbaa381d824e60d843f7ee74624c30637c24 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.0 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..c3fb012ee2d 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.0 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=fe1763f02ce8d387f9db43a55013eb7da9738929cde32e9e3004a901b2923b46 + +post_install() { + ln -s com.github.johnfactotum.Foliate ${DESTDIR}/usr/bin/foliate +}