summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-03-14 21:34:43 +0100
committerPatrizio Bekerle2024-03-14 21:34:43 +0100
commit459d90aa1c4a68d925aaadb0acf5c57b2eabf519 (patch)
treea6f025aaa74488b1ff8d566abd0267bf4113c723
parent494b516b68355d2885f215b7be4bf2a46fa2b24a (diff)
downloadaur-459d90aa1c4a68d925aaadb0acf5c57b2eabf519.tar.gz
releasing version 24.3.3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96a1bcb8f30b..51d0a4e62c95 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.3.2
+ pkgver = 24.3.3
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index de0e3ce78759..8a916060b4d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.3.2
-tag="f2d641ccc43617b90ffc8c26219601558ce14efc"
+pkgver=24.3.3
+tag="44e1bfe5e217a91e40703c0f375a8024d8b16ff5"
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=('7f6ad0c8660f4edc4af7ab2872179038692d7ddcc6e20da726e449b393c6c31b')
+sha256sums=('d4f9c671c6c42a4159184ee6c4c0fca2732415dfdff6acaf1114aef952f7c941')
prepare() {
cd "${pkgname}-${pkgver}"