From ddeb984ea4762eb84d0885d2135b1866eb27d555 Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 12 Apr 2022 09:53:48 +0200 Subject: [PATCH] qownnotes: update to 22.4.0. --- srcpkgs/qownnotes/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qownnotes/template b/srcpkgs/qownnotes/template index b55900e302..db79662ba4 100644 --- a/srcpkgs/qownnotes/template +++ b/srcpkgs/qownnotes/template @@ -1,6 +1,6 @@ # Template file for 'qownnotes' pkgname=qownnotes -version=21.12.3 +version=22.4.0 revision=1 build_style=qmake hostmakedepends="pkg-config qt5-qmake qt5-host-tools" @@ -13,8 +13,8 @@ license="GPL-2.0-only" homepage="https://www.qownnotes.org" changelog="https://www.qownnotes.org/changelog.html" distfiles="https://download.tuxfamily.org/${pkgname}/src/${pkgname}-${version}.tar.xz" -checksum=a92df38f9c88f381af77800c339fe6aa8196a7a260081b0a48f61f1ae4c28029 +checksum=96b682608ecdf303e2c5d5eb2341812db3c3848e15bc4832ba5d426f01bdbd66 pre_build() { - sed -i '5i USE_SYSTEM_BOTAN = 1' libraries/botan/botan.pri + vsed -i '5i USE_SYSTEM_BOTAN = 1' libraries/botan/botan.pri }