summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Hoeher2022-05-30 20:27:27 +0000
committerMartin Hoeher2022-05-30 20:27:27 +0000
commit99797636d1be6398587c8767faf3ea87fc5f4d35 (patch)
treebd8841d044c4bbe18d012b84ed6466d3c6c20cf4
parentdb64e2435de0f7c8b8210ff109ea7eec38c6f471 (diff)
downloadaur-99797636d1be6398587c8767faf3ea87fc5f4d35.tar.gz
Update to v3.40.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 488f09caa7ef..7d6433d4a570 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.39.1
+ pkgver = 3.40.0
pkgrel = 1
url = https://opentodolist.rpdev.net/
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = opentodolist
depends = qt5-tools
depends = qt5-quickcontrols2
depends = qt5-remoteobjects
+ depends = qt5-networkauth
depends = syntax-highlighting
depends = libsecret
depends = ttf-roboto
@@ -19,7 +20,7 @@ pkgbase = opentodolist
depends = qtkeychain-qt5
provides = opentodolist
conflicts = opentodolist
- source = opentodolist::git+https://gitlab.com/rpdev/opentodolist.git#commit=6d17fd92c5e5643473f0bbb5b22fee965af59d07
+ source = opentodolist::git+https://gitlab.com/rpdev/opentodolist.git#commit=99df1d4c4eaa1b914076371a207f71d94c031f9c
md5sums = SKIP
pkgname = opentodolist
diff --git a/PKGBUILD b/PKGBUILD
index aafaf302784b..4a0a37775c5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Martin Hoeher <martin@rpdev.net>
-# Automatically released from https://gitlab.com/rpdev/opentodolist/-/pipelines/496262851
+# Automatically released from https://gitlab.com/rpdev/opentodolist/-/pipelines/551564770
pkgname=opentodolist
-pkgver=3.39.1
+pkgver=3.40.0
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')
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' 'qtkeychain-qt5')
+depends=('cmake' 'ninja' 'qt5-base' 'qt5-tools' 'qt5-quickcontrols2' 'qt5-remoteobjects' 'qt5-networkauth' 'syntax-highlighting' 'libsecret' 'ttf-roboto' 'noto-fonts' 'qtkeychain-qt5')
makedepends=('git')
provides=("${pkgname%}")
conflicts=("${pkgname%}")