summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-03-18 19:37:04 +0100
committerPatrizio Bekerle2024-03-18 19:37:04 +0100
commitd7d7148f98cbd2392c4b41b093f2bf93a868125b (patch)
tree183cc2d3ff5c6fc9e3bc038b8fd4bc8237236dcc
parent459d90aa1c4a68d925aaadb0acf5c57b2eabf519 (diff)
downloadaur-d7d7148f98cbd2392c4b41b093f2bf93a868125b.tar.gz
releasing version 24.3.4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51d0a4e62c95..743b7e6da4d5 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.3
+ pkgver = 24.3.4
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8a916060b4d6..9e54b25b9724 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.3.3
-tag="44e1bfe5e217a91e40703c0f375a8024d8b16ff5"
+pkgver=24.3.4
+tag="b246c66ee0ddaf08667268362c3631c9209290ba"
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=('d4f9c671c6c42a4159184ee6c4c0fca2732415dfdff6acaf1114aef952f7c941')
+sha256sums=('3d0a1929bd247ffb4c4012793a92fd5ea5efedf01fb464d5b20ded6587b78f97')
prepare() {
cd "${pkgname}-${pkgver}"