From 11193fc55d0fcde6a25c38bfec521d653a7fe20d Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 17 Dec 2020 21:28:44 +0200 Subject: [PATCH] xournalpp: update to 1.0.20. --- srcpkgs/xournalpp/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xournalpp/template b/srcpkgs/xournalpp/template index 66b16526529..c483289422f 100644 --- a/srcpkgs/xournalpp/template +++ b/srcpkgs/xournalpp/template @@ -1,6 +1,6 @@ # Template file for 'xournalpp' pkgname=xournalpp -version=1.0.19 +version=1.0.20 revision=1 build_style=cmake hostmakedepends="pkg-config gettext" @@ -11,8 +11,9 @@ short_desc="Handwriting Notetaking software with PDF annotation support" maintainer="mobinmob " license="GPL-2.0-or-later" homepage="https://github.com/xournalpp/xournalpp" +changelog="https://raw.githubusercontent.com/xournalpp/xournalpp/1.0.20/CHANGELOG.md" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" -checksum=99dff9c3df9faf49aa0a7c3c069816fd92b0b3529659e11d287a4b17accdca31 +checksum=1abf9925f11f0944c8142194be3e72541e230afa83490b074f5c6e613b0e2a02 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" libexecinfo-devel"