summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-05-17 20:26:49 +0200
committerPatrizio Bekerle2024-05-17 20:26:49 +0200
commiteeeb7b29d0eff1669a0eac37dd9c4f895ffa171a (patch)
treec7c8fd49fa05ad86e962823d72da99f15c8f35b4
parent5fd72b51ae6dba05788f32d1648932a3c7bb748b (diff)
downloadaur-eeeb7b29d0eff1669a0eac37dd9c4f895ffa171a.tar.gz
releasing version 24.5.4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3c3dc22e85d..676bfc3fae04 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.3
+ pkgver = 24.5.4
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b3dbf5c09b5d..2f77d76fce8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.5.3
-tag="eb04597f544386c4570887508b83e635509a3f0d"
+pkgver=24.5.4
+tag="17de36f2eaba7518f13e6967fb0aaf17334fdcf6"
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=('b48f6b3148d8701ba4de4ac9db0600389a5eb5d1d3f946b6c9ea1da363f71f88')
+sha256sums=('3b10a420de7de99ce377695d467ecc4694aea5bd9f85b647e07c2bd7a333e85a')
prepare() {
cd "${pkgname}-${pkgver}"