summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-03-13 20:26:05 +0100
committerPatrizio Bekerle2024-03-13 20:26:05 +0100
commit494b516b68355d2885f215b7be4bf2a46fa2b24a (patch)
tree877759f151bae6d719a3b06d133fed4ee252a882
parent6ba552a0aad69f58af9333d954c27d41c842bdbc (diff)
downloadaur-494b516b68355d2885f215b7be4bf2a46fa2b24a.tar.gz
releasing version 24.3.2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 587e863c6680..96a1bcb8f30b 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.1
+ pkgver = 24.3.2
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 9fe6e74e44ba..de0e3ce78759 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.3.1
-tag="3b6d1b35c8f3b0eb877c52c12bc114f42494a4bc"
+pkgver=24.3.2
+tag="f2d641ccc43617b90ffc8c26219601558ce14efc"
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=('f5696964efce512494c415d739c07a7cbab9b7be6eaf25625ac9f6e82d396d5a')
+sha256sums=('7f6ad0c8660f4edc4af7ab2872179038692d7ddcc6e20da726e449b393c6c31b')
prepare() {
cd "${pkgname}-${pkgver}"