qownnotes: update to 20.3.0.

This commit is contained in:
travankor 2020-03-01 00:07:34 -07:00 committed by Juan RP
parent ebaacfb3c7
commit 313a43207d

View file

@ -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
}