summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2023-12-28 20:28:49 +0100
committerPatrizio Bekerle2023-12-28 20:28:49 +0100
commitd031ecea118142684567145dd84affd9c7f24e5e (patch)
treec75fddff542334a639e85a1fd319724f6a803c84
parent362bacb72a35502fa78fc7add4d9668440862013 (diff)
downloadaur-d031ecea118142684567145dd84affd9c7f24e5e.tar.gz
releasing version 23.12.5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d661602344bf..41c979eb1d3c 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.4
+ pkgver = 23.12.5
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8e1aa664f0df..7dbdf091da4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=23.12.4
-tag="f576b36076a6d81f11901dedb615336b6426c09f"
+pkgver=23.12.5
+tag="9c021e06cf5dcf84ab392a1bd3d3dd5ac13d23ea"
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=('d714c9ed057b4fd3c2a3f4ed6b75e69666fdf442fb81f1675145e67a13b4b735')
+sha256sums=('9cf95a29bb46ea770723d23fa8750546d73df255a4cfb0bf557157fc9917843a')
prepare() {
cd "${pkgname}-${pkgver}"