summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Hoeher2021-08-21 21:37:27 +0000
committerMartin Hoeher2021-08-21 21:37:27 +0000
commita1a120ac7624856cc87d30ef0d349e969d452729 (patch)
tree3391a8c74194490a93c9eea35050e52695d3c6d0
parent4392a6bc79c3b7fbad3fd7584ed9ba19dd40073d (diff)
downloadaur-a1a120ac7624856cc87d30ef0d349e969d452729.tar.gz
Update to v3.37.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79455b52dde9..e55d8c4cf33d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opentodolist
pkgdesc = Maintain todo lists, notes and images in libraries, which can be synced via various services like NextCloud between your devices.
- pkgver = 3.37.1
+ pkgver = 3.37.2
pkgrel = 1
url = https://opentodolist.rpdev.net/
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = opentodolist
depends = qtkeychain-qt5
provides = opentodolist
conflicts = opentodolist
- source = opentodolist::git+https://gitlab.com/rpdev/opentodolist.git#commit=060da1ef4b09ff1f41c65d3ee1f8d97c1e9b9f45
+ source = opentodolist::git+https://gitlab.com/rpdev/opentodolist.git#commit=76ebe8dc4634bf38e0a3ebb9f7f0743444639580
md5sums = SKIP
pkgname = opentodolist
diff --git a/PKGBUILD b/PKGBUILD
index 169fdade973b..9bf8c34fc828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Hoeher <martin@rpdev.net>
-# Automatically released from https://gitlab.com/rpdev/opentodolist/-/pipelines/354130806
+# Automatically released from https://gitlab.com/rpdev/opentodolist/-/pipelines/357211463
pkgname=opentodolist
-pkgver=3.37.1
+pkgver=3.37.2
pkgrel=1
pkgdesc="Maintain todo lists, notes and images in libraries, which can be synced via various services like NextCloud between your devices."
arch=('x86_64')
@@ -50,6 +50,9 @@ build() {
-DQLMDB_WITH_STATIC_LIBS=ON \
-DOPENTODOLIST_USE_SYSTEM_QTKEYCHAIN=ON \
-DOPENTODOLIST_USE_SYSTEM_KF_SYNTAX_HIGHLIGHTING=ON \
+ -DOPENTODOLIST_QT_VERSIONS=Qt5 \
+ -DQLMDB_QT_VERSIONS=Qt5 \
+ -DSYNQCLIENT_QT_VERSIONS=Qt5 \
..
cmake --build .
}