From 117e4999c69d79b2a85e1d9aa82fec87fea8c843 Mon Sep 17 00:00:00 2001 From: eljamm <83901271+eljamm@users.noreply.github.com> Date: Tue, 16 Aug 2022 23:45:18 +0100 Subject: [PATCH] grip: update to 4.6.1. Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- srcpkgs/grip/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template index 9f463998c276..466039b70262 100644 --- a/srcpkgs/grip/template +++ b/srcpkgs/grip/template @@ -1,16 +1,18 @@ # Template file for 'grip' pkgname=grip -version=4.5.2 -revision=3 +version=4.6.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests" +depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address +python3-Pygments python3-requests python3-Werkzeug" short_desc="Preview GitHub Markdown files like Readme" maintainer="linarcx " license="MIT" homepage="https://github.com/joeyespo/grip" +changelog="https://raw.githubusercontent.com/joeyespo/grip/master/CHANGES.md" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=bdf8949f33470e9ef9e3f09596b72cda968116ff32f0280baabe837c2ad1b29b +checksum=6bc3883f63395c566101187bc1f1d103641c99913b7122f942d56e108e649d83 post_install() { vlicense LICENSE