summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-04-24 19:59:23 +0200
committerPatrizio Bekerle2024-04-24 19:59:23 +0200
commit655dc19485b9355519f62c582909380b2571bd30 (patch)
treeb80e6b8405a036fe587905501431d0452cb07add
parent331fc52680ca59e84cb08a765a4973252560d749 (diff)
downloadaur-655dc19485b9355519f62c582909380b2571bd30.tar.gz
releasing version 24.4.4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e065611adcd..f23c6c823215 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.3
+ pkgver = 24.4.4
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7f4eaba6a931..c5c840f26e0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.4.3
-tag="61d02fa27113cd7df47e7172029a2e2b31ec4798"
+pkgver=24.4.4
+tag="95b6d57d1bb7e269c7d61c50295b98547003c759"
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=('76d85bf85932b4d8a24b6b3b55d320631bcd6c6781c7980e34e6241c7a618a06')
+sha256sums=('9d34425bbe94a206933b2c50e477d65259fa2e2a7f2e9a323c6fa6fa63026f52')
prepare() {
cd "${pkgname}-${pkgver}"