summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-02-09 19:04:07 +0100
committerPatrizio Bekerle2024-02-09 19:04:07 +0100
commit75dfb73ac090472e56bb86a562c75be512e3ef3b (patch)
treeb438aa61717513b93228f1484af5b0b212b936f1
parent347adb6c4b189fd44f562aba62169d9b69a86db8 (diff)
downloadaur-75dfb73ac090472e56bb86a562c75be512e3ef3b.tar.gz
releasing version 24.2.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4bfa9ec3c4e..733fea6c9ced 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.2.0
+ pkgver = 24.2.1
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ee22b14f0e5f..fb76f47512c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.2.0
-tag="2be1ae830a80b69cb55004fa9013a227d5d48322"
+pkgver=24.2.1
+tag="a58506e8f5bc835919d859b8b2a62e3a5d1fd81e"
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=('9a4ef21652fe3624d9d09b52637cbf63536b375418701c6f78c226bf5cc1d65f')
+sha256sums=('683a565df5087cb8c3844cb0eb1cae62b478650a1c905bfe25b0b5b6f305e994')
prepare() {
cd "${pkgname}-${pkgver}"