qownnotes: Update to 25.9.1

This commit is contained in:
Christoph Reiter
2025-09-06 12:33:59 +02:00
parent 5bb77fe8b3
commit 60fdaf4747

View File

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