summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-05-21 19:41:21 +0200
committerPatrizio Bekerle2024-05-21 19:41:21 +0200
commitc897ab355587fef79fd60b557f611ed1415aba3f (patch)
tree274c7436512fb800542a21ef22badecabefb4a72
parenteeeb7b29d0eff1669a0eac37dd9c4f895ffa171a (diff)
downloadaur-c897ab355587fef79fd60b557f611ed1415aba3f.tar.gz
releasing version 24.5.5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 676bfc3fae04..41a34c8d65bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qownnotes
pkgdesc = Plain-text file markdown note taking with Nextcloud/ownCloud integration. This package is the "official" release of QOwnNotes on AUR.
- pkgver = 24.5.4
+ pkgver = 24.5.5
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2f77d76fce8d..d0dfa28ea086 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.5.4
-tag="17de36f2eaba7518f13e6967fb0aaf17334fdcf6"
+pkgver=24.5.5
+tag="5b415746af3fa68082d3122542f226f92247b8c9"
pkgrel=1
pkgdesc="Plain-text file markdown note taking with Nextcloud/ownCloud integration"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -12,7 +12,7 @@ groups=('qownnotes')
depends=('qt5-base' 'qt5-svg' 'qt5-declarative' 'openssl' 'qt5-websockets' 'qt5-x11extras' 'aspell')
makedepends=('qt5-tools')
source=("https://github.com/pbek/QOwnNotes/releases/download/v${pkgver}/qownnotes-${pkgver}.tar.xz")
-sha256sums=('3b10a420de7de99ce377695d467ecc4694aea5bd9f85b647e07c2bd7a333e85a')
+sha256sums=('790dde9deb9a43978d7cf202c816f1f36112d853775bb273539a033568e69df2')
prepare() {
cd "${pkgname}-${pkgver}"