From 60fdaf4747168b1e6c7b3a56abb97ffc9d09ffca Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 6 Sep 2025 12:33:59 +0200 Subject: [PATCH] qownnotes: Update to 25.9.1 --- mingw-w64-qownnotes/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mingw-w64-qownnotes/PKGBUILD b/mingw-w64-qownnotes/PKGBUILD index 87bafa124f..ea1e3caf63 100644 --- a/mingw-w64-qownnotes/PKGBUILD +++ b/mingw-w64-qownnotes/PKGBUILD @@ -3,7 +3,7 @@ _realname=qownnotes pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=25.7.1 +pkgver=25.9.1 pkgrel=1 pkgdesc="Plain-text file markdown note taking with Nextcloud/ownCloud integration" arch=('any') @@ -33,7 +33,7 @@ makedepends=( ) source=("https://github.com/pbek/QOwnNotes/releases/download/v${pkgver}/qownnotes-${pkgver}.tar.xz" "0001-allow-system-botan.patch") -sha256sums=('1a90eeef828719ce53fd3c97b13c3bf8dbf0687239d5e2657559a4f9cd75b647' +sha256sums=('613950ae852d72eea9eb8655221461c97458f57fae8d31207422f3efc1c65358' 'e332f9ad90713434224f3b1c4b344a9539dfe83acd62cd033490f9d4acf58633') prepare() { @@ -58,6 +58,7 @@ build() { -DQON_QT6_BUILD=ON \ -DBUILD_WITH_SYSTEM_BOTAN=ON \ -DBUILD_WITH_LIBGIT2=ON \ + -DBUILD_WITH_ASPELL=ON \ -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ -S "${_realname}-${pkgver}" \ -B "build-${MSYSTEM}"