summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-02-08 19:28:34 +0100
committerPatrizio Bekerle2024-02-08 19:28:34 +0100
commit347adb6c4b189fd44f562aba62169d9b69a86db8 (patch)
tree6103ad9b67922d581d2381694839393893cfa09c
parent0347e36c99d6c4af54cc73c4c3c824c5b9b4ff61 (diff)
downloadaur-347adb6c4b189fd44f562aba62169d9b69a86db8.tar.gz
releasing version 24.2.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99892fe00283..d4bfa9ec3c4e 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.1.5
+ pkgver = 24.2.0
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index bf52b886cc81..ee22b14f0e5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.1.5
-tag="d6ca2a22575323a8da1b38bfa2302e406be46bb2"
+pkgver=24.2.0
+tag="2be1ae830a80b69cb55004fa9013a227d5d48322"
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=('8b0dcc76c4b58bb07c457664d865f088e45e4940b5217e73d0c4c493d0789cc3')
+sha256sums=('9a4ef21652fe3624d9d09b52637cbf63536b375418701c6f78c226bf5cc1d65f')
prepare() {
cd "${pkgname}-${pkgver}"