summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-04-23 21:37:36 +0200
committerPatrizio Bekerle2024-04-23 21:37:36 +0200
commit331fc52680ca59e84cb08a765a4973252560d749 (patch)
tree2bec2db6093eb99564e9296ab27d616c6c6a11cb
parentbeed6cc9a5df4d9aee2cc372fbbd64fd3cbcf74c (diff)
downloadaur-331fc52680ca59e84cb08a765a4973252560d749.tar.gz
releasing version 24.4.3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f37c33e6196b..0e065611adcd 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.4.2
+ pkgver = 24.4.3
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7541feeae18e..7f4eaba6a931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.4.2
-tag="991754e28e5b8e06006d7a7a98deee5c0aaf1ff7"
+pkgver=24.4.3
+tag="61d02fa27113cd7df47e7172029a2e2b31ec4798"
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=('1e75b121c3b2ed37ba43961f65886f213a5fb20790c3c4edfcdafefb0729c445')
+sha256sums=('76d85bf85932b4d8a24b6b3b55d320631bcd6c6781c7980e34e6241c7a618a06')
prepare() {
cd "${pkgname}-${pkgver}"