summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-03-21 21:01:31 +0100
committerPatrizio Bekerle2024-03-21 21:01:31 +0100
commit955c7323774dfef0480cec4d608f953be141047b (patch)
tree137be310af1acf2b99023d7a97c380c8c7a4ce46
parentd7d7148f98cbd2392c4b41b093f2bf93a868125b (diff)
downloadaur-955c7323774dfef0480cec4d608f953be141047b.tar.gz
releasing version 24.3.5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 743b7e6da4d5..dd34d81ee4ae 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.4
+ pkgver = 24.3.5
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 9e54b25b9724..76b662c9550b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.3.4
-tag="b246c66ee0ddaf08667268362c3631c9209290ba"
+pkgver=24.3.5
+tag="34ef8ed4b23f9467527bda39fa3cf0e3e04d4ee3"
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=('3d0a1929bd247ffb4c4012793a92fd5ea5efedf01fb464d5b20ded6587b78f97')
+sha256sums=('b3739e4cae97a1d20cacd4ee2267658db4185f501b8fb48539998f2609b6b5ea')
prepare() {
cd "${pkgname}-${pkgver}"