summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Hoeher2021-05-03 18:54:48 +0000
committerMartin Hoeher2021-05-03 18:54:48 +0000
commit7f1f1a431262d87a12f8fb67cb43959f8197679a (patch)
tree2d85a22ce22045e7363d5bf4ddd032c72abfd065
parentb64365e3d563a5f4ec447c21e93f5038e2852a65 (diff)
downloadaur-7f1f1a431262d87a12f8fb67cb43959f8197679a.tar.gz
Update to v3.34.0
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51860d6cd781..8523db47a179 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,9 +16,10 @@ pkgbase = opentodolist
depends = libsecret
depends = ttf-roboto
depends = noto-fonts
+ depends = qtkeychain-qt5
provides = opentodolist
conflicts = opentodolist
- source = opentodolist::git+https://gitlab.com/rpdev/opentodolist.git#commit=b18ecb7078aec295a6c6d4f4f978ec6141d08442
+ source = opentodolist::git+https://gitlab.com/rpdev/opentodolist.git#commit=91ca5d44a32c3b77f38a01634367227e8bc7d368
md5sums = SKIP
pkgname = opentodolist
diff --git a/PKGBUILD b/PKGBUILD
index 222e737f9143..60ff5e7528aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Martin Hoeher <martin@rpdev.net>
-# Automatically released from https://gitlab.com/rpdev/opentodolist/-/pipelines/296225206
+# Automatically released from https://gitlab.com/rpdev/opentodolist/-/pipelines/296411363
pkgname=opentodolist
pkgver=3.34.0
-pkgrel=1
+pkgrel=2
pkgdesc="Maintain todo lists, notes and images in libraries, which can be synced via various services like NextCloud between your devices."
arch=('x86_64')
url="https://opentodolist.rpdev.net/"
license=('GPL')
groups=()
-depends=('cmake' 'ninja' 'qt5-base' 'qt5-tools' 'qt5-quickcontrols2' 'qt5-remoteobjects' 'syntax-highlighting' 'libsecret' 'ttf-roboto' 'noto-fonts')
+depends=('cmake' 'ninja' 'qt5-base' 'qt5-tools' 'qt5-quickcontrols2' 'qt5-remoteobjects' 'syntax-highlighting' 'libsecret' 'ttf-roboto' 'noto-fonts' 'qtkeychain-qt5')
makedepends=('git')
provides=("${pkgname%}")
conflicts=("${pkgname%}")
@@ -48,6 +48,8 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DQTKEYCHAIN_STATIC=ON \
-DQLMDB_WITH_STATIC_LIBS=ON \
+ -DOPENTODOLIST_USE_SYSTEM_QTKEYCHAIN=ON \
+ -DOPENTODOLIST_USE_SYSTEM_KF_SYNTAX_HIGHLIGHTING=ON \
..
cmake --build .
}