From 313a43207db1b394a3865dad65b84b0fc8cd70cb Mon Sep 17 00:00:00 2001 From: travankor Date: Sun, 1 Mar 2020 00:07:34 -0700 Subject: [PATCH] qownnotes: update to 20.3.0. --- srcpkgs/qownnotes/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qownnotes/template b/srcpkgs/qownnotes/template index f9feee3d6f4..38c98081978 100644 --- a/srcpkgs/qownnotes/template +++ b/srcpkgs/qownnotes/template @@ -1,6 +1,6 @@ # Template file for 'qownnotes' pkgname=qownnotes -version=19.12.0 +version=20.3.0 revision=1 build_style=qmake hostmakedepends="pkg-config qt5-qmake" @@ -13,7 +13,7 @@ license="GPL-2.0-only" homepage="https://www.qownnotes.org" changelog="https://www.qownnotes.org/changelog/QOwnNotes" distfiles="https://download.tuxfamily.org/${pkgname}/src/${pkgname}-${version}.tar.xz" -checksum=4cf269011f783db74d90bb7593974ceb9d5a4844574fa05c08096194cd79c524 +checksum=8178da9e59f7d6013bdef78d61243a98927858b99e405be013081b5f5440e497 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-declarative-devel @@ -22,5 +22,4 @@ fi pre_build() { sed -i '5i USE_SYSTEM_BOTAN = 1' libraries/botan/botan.pri - sed -i 's/botan-2.12/botan-2/' libraries/botan/botan.pri }