summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-04-02 19:55:21 +0200
committerPatrizio Bekerle2024-04-02 19:55:21 +0200
commit6d962bdc46fe8c53e3190f281cd9517162390c06 (patch)
tree09092c411fe105017995048db504f83179472e92
parent955c7323774dfef0480cec4d608f953be141047b (diff)
downloadaur-6d962bdc46fe8c53e3190f281cd9517162390c06.tar.gz
releasing version 24.4.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd34d81ee4ae..7c4743b73a0c 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.3.5
+ pkgver = 24.4.0
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 76b662c9550b..2c6d5ee7425e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.3.5
-tag="34ef8ed4b23f9467527bda39fa3cf0e3e04d4ee3"
+pkgver=24.4.0
+tag="5cc5b8323469d26903458645a9b5075b4e00c9bd"
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=('b3739e4cae97a1d20cacd4ee2267658db4185f501b8fb48539998f2609b6b5ea')
+sha256sums=('4b1a190f90d8b8f009670062c37f2365823e7bd144c63f9389495ccef6d79160')
prepare() {
cd "${pkgname}-${pkgver}"