summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-03-08 20:46:58 +0100
committerPatrizio Bekerle2024-03-08 20:46:58 +0100
commit6ba552a0aad69f58af9333d954c27d41c842bdbc (patch)
tree578f961297b499b095db91af427539249b8cc57f
parent82c004226187a962cf1e90cbb07ee5ff23b2ba91 (diff)
downloadaur-6ba552a0aad69f58af9333d954c27d41c842bdbc.tar.gz
releasing version 24.3.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 006425d84d28..587e863c6680 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.0
+ pkgver = 24.3.1
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e3dfdbb696a4..9fe6e74e44ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.3.0
-tag="92a7a7dc82bd7e125ba0751e7839b54e66ec8178"
+pkgver=24.3.1
+tag="3b6d1b35c8f3b0eb877c52c12bc114f42494a4bc"
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=('348c515cd6b0cd5e9a7607fbb4261d9f5fcd77650ba1d3951add50c084e93ba4')
+sha256sums=('f5696964efce512494c415d739c07a7cbab9b7be6eaf25625ac9f6e82d396d5a')
prepare() {
cd "${pkgname}-${pkgver}"