summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2023-12-10 21:44:19 +0100
committerPatrizio Bekerle2023-12-10 21:44:19 +0100
commit74ac116905b23c5b2cf3f228a9d0c853c0779617 (patch)
tree31f081425f221dc71f18a8fecf6a633454a82348
parent495322bc6e965f7b8ceeb958b26b8e163a62d222 (diff)
downloadaur-74ac116905b23c5b2cf3f228a9d0c853c0779617.tar.gz
releasing version 23.12.3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8192f63fe42b..768b09c14f10 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.12.2
+ pkgver = 23.12.3
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 94478041cf31..d83e06e26c88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=23.12.2
-tag="b0ae21c12124deb2892c1d99c71e07163351b063"
+pkgver=23.12.3
+tag="81f7d31e7a43b0894d1ef9cf5343053545da6bfc"
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=('642535ff5aeb883f298831e0f63ab1349cdbcd319ee91041bc506fb7c12dd4b8')
+sha256sums=('7108cee4b8060d4f591e7bca9e214c0737318164457d2f8f4343927be345bfe7')
prepare() {
cd "${pkgname}-${pkgver}"