summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-05-27 19:52:39 +0200
committerPatrizio Bekerle2024-05-27 19:52:39 +0200
commit97f7be850c0b0c2f7f879cdd85e719cead5005a2 (patch)
treee999d31d2a177cfb1e6f7a6531b6dff3724c6f70
parent29d665dc823a91a5fd8018692e3b524ca2818d79 (diff)
downloadaur-97f7be850c0b0c2f7f879cdd85e719cead5005a2.tar.gz
releasing version 24.5.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0154facd3254..83dddf3867a2 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.5.8
+ pkgver = 24.5.9
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e13b6f0b8050..6694cfa14537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.5.8
-tag="cba2b0c6c3bc12bb6c5f95f0f122b34379ae6656"
+pkgver=24.5.9
+tag="9caab3129643b3b5fb3b144dd5bed4518d8a8cc6"
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=('7224e02710d141d3e242e5ec89eb1882fc1221db499e4cd8c1086fa0a612ea6a')
+sha256sums=('a28491bb5dd69036db2d5804869f9526fce469ead0bf70c8bbd5456f8daa80eb')
prepare() {
cd "${pkgname}-${pkgver}"