summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2023-11-23 21:37:47 +0100
committerPatrizio Bekerle2023-11-23 21:37:47 +0100
commit1e85a4ac48fdf182e32a2e012329e36f5c472eee (patch)
treec88eaa64d08337b0ba662abc99d0cc5f3133575a
parent6ab73cd79d8eaecde43f67810b858a8b060c6546 (diff)
downloadaur-1e85a4ac48fdf182e32a2e012329e36f5c472eee.tar.gz
releasing version 23.11.3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfc9d75ae32f..08195461045c 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 = 23.11.2
+ pkgver = 23.11.3
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 20162e501c4f..30ace3f64e00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=23.11.2
-tag="528260da169987bedd1e61261034ec5c79ffda99"
+pkgver=23.11.3
+tag="952a3684e9840995673545b1509e7b1f286faadc"
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=('7087bb3c7aa9336b043989d794f2df298a45a419af05db6e3161532083a9c06e')
+sha256sums=('ef89cb613323a336c32c16d833af0972ec136579a01216193d7ca6e2222fb650')
prepare() {
cd "${pkgname}-${pkgver}"