summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-01-08 19:35:51 +0100
committerPatrizio Bekerle2024-01-08 19:35:51 +0100
commitf3b512e69c2654ac46affd589cd251699b8daf8e (patch)
treece2fae1fbd9af2d0c22af700c8d1ac0b780a3682
parent46b03f3dba981e9be4cd56fb3819ad13de014ce8 (diff)
downloadaur-f3b512e69c2654ac46affd589cd251699b8daf8e.tar.gz
releasing version 24.1.2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c7bfea7b964..8f7202a6a6fb 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.1.1
+ pkgver = 24.1.2
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 78ab0a3be265..0fa1a0bf5bb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.1.1
-tag="226d1711c08bd0fecbf2576c6430afb5b9443db1"
+pkgver=24.1.2
+tag="9e962ed51accfcb51c471f390979414bbc1fdfea"
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=('c82b18222d52b59398bad0c0592d38bb70dc72b3c1fb6a2a6b29e71f818110f7')
+sha256sums=('5251cb18ee5189cb63d3f7992b1c852b16bfd976ac40e022c677a339cf9d1f43')
prepare() {
cd "${pkgname}-${pkgver}"