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