From b07b0ace011ea4440a80b1c719d499f58bd6f743 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Mon, 14 Feb 2022 19:57:40 +0200 Subject: [PATCH] xournalpp: update to 1.1.1. --- srcpkgs/xournalpp/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/xournalpp/template b/srcpkgs/xournalpp/template index 0ed6e76a3ac8..e245b9e15627 100644 --- a/srcpkgs/xournalpp/template +++ b/srcpkgs/xournalpp/template @@ -1,6 +1,6 @@ # Template file for 'xournalpp' pkgname=xournalpp -version=1.1.0 +version=1.1.1 revision=1 build_style=cmake hostmakedepends="pkg-config gettext" @@ -9,10 +9,10 @@ makedepends="libxml2-devel libcppunit-devel poppler-glib-devel gtk+3-devel short_desc="Handwriting Notetaking software with PDF annotation support" maintainer="mobinmob " license="GPL-2.0-or-later" -homepage="https://github.com/xournalpp/xournalpp" +homepage="https://xournalpp.github.io/" changelog="https://raw.githubusercontent.com/xournalpp/xournalpp/master/CHANGELOG.md" -distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" -checksum=31b99282bcd1d829f05f1c9ccd07c5d599acc0e69725d135cdc97e1dcaf2baee +distfiles="https://github.com/xournalpp/xournalpp/archive/refs/tags/v${version}.tar.gz" +checksum=0d7fea5392758d5180eb24cc219660e997f087ae5a62d5f30515a063f81252e2 if [ -z "$CROSS_BUILD" ]; then hostmakedepends+=" help2man"