From 0bf78ba0d5f2a68ec2f096997f3a4b2622a7e770 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Wed, 6 May 2020 18:41:03 +0300 Subject: [PATCH 1/2] mercurial: update to 5.4. --- srcpkgs/mercurial/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template index fae51e66cd1..52972a8993d 100644 --- a/srcpkgs/mercurial/template +++ b/srcpkgs/mercurial/template @@ -1,7 +1,7 @@ # Template file for 'mercurial' pkgname=mercurial -version=5.3.2 -revision=2 +version=5.4 +revision=1 build_style=python3-module hostmakedepends="python3 python3-setuptools python3-devel" makedepends="python3-devel" @@ -11,7 +11,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://www.mercurial-scm.org/" distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz" -checksum=fed24cbc314d31b0780309ee324c38d45476f00f555969551badcc2a1d5f1329 +checksum=1df8d1978aefcbb65dc51e3666a452583f47aeaf3c5682e4c00a3b23cd805d6a post_install() { for i in doc/*.1 doc/*.8 doc/*.5 ; do From e4507d857762eaeb1b7d5f454e00b5ead21606c8 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Wed, 6 May 2020 19:31:52 +0300 Subject: [PATCH 2/2] FeatherPad: update to 0.14.1. --- srcpkgs/FeatherPad/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/FeatherPad/template b/srcpkgs/FeatherPad/template index 49ab4d0e234..06b94fe22ba 100644 --- a/srcpkgs/FeatherPad/template +++ b/srcpkgs/FeatherPad/template @@ -1,6 +1,6 @@ # Template file for 'FeatherPad' pkgname=FeatherPad -version=0.14.0 +version=0.14.1 revision=1 build_style=qmake hostmakedepends="qt5-qmake qt5-tools-devel" @@ -10,7 +10,7 @@ maintainer="Young Jin Park " license="GPL-3.0-or-later" homepage="https://github.com/tsujan/FeatherPad" distfiles="https://github.com/tsujan/FeatherPad/archive/V${version}.tar.gz" -checksum=31336856e580f5a3d0c55de9935fe818d1836056b6a138168a7405751cb0573b +checksum=15c0674bab988727ae4b001672c67b444203202ccb46f1290ca1552e603e0ecb if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-x11extras-devel qt5-svg-devel"