From 410607cb429569d5db4a9e4209a72cfa52df6851 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..709208bde2c 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=9dfdec6280214e8e8e01000c7166dce3f7d7b72e6ae3d20f3761cf637b8faddf + +post_install() { + ln -s com.github.johnfactotum.Foliate ${DESTDIR}/usr/bin/foliate +}