summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-04-12 21:06:13 +0200
committerPatrizio Bekerle2024-04-12 21:06:13 +0200
commitbeed6cc9a5df4d9aee2cc372fbbd64fd3cbcf74c (patch)
treedb313a2162e7258dda408a0ae065f8e3a33a26a5
parentf7e0b85cecb8d6dc89ec11e192178da4aefffb49 (diff)
downloadaur-beed6cc9a5df4d9aee2cc372fbbd64fd3cbcf74c.tar.gz
releasing version 24.4.2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bba06aa8677..f37c33e6196b 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.4.1
+ pkgver = 24.4.2
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2e1516e89be0..7541feeae18e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.4.1
-tag="f3dacd839356caa7c51524d0a89505d3927846fb"
+pkgver=24.4.2
+tag="991754e28e5b8e06006d7a7a98deee5c0aaf1ff7"
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=('138b4b9738c838496c66bda371bb2781ee6326a290d2459ff3ab45a27675f99b')
+sha256sums=('1e75b121c3b2ed37ba43961f65886f213a5fb20790c3c4edfcdafefb0729c445')
prepare() {
cd "${pkgname}-${pkgver}"