summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-05-31 13:52:57 +0200
committerPatrizio Bekerle2024-05-31 13:52:57 +0200
commit0d8828c5c1c76c41eba03f6cdb569f26aa943ec3 (patch)
treea6a633830f5e8eeb33ce780bbbaf90779e9f2312
parentb84c2b73986b8189b895fbd734d044b7d1e8a382 (diff)
downloadaur-0d8828c5c1c76c41eba03f6cdb569f26aa943ec3.tar.gz
releasing version 24.6.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d16d56447a37..4c0b5bd2d116 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.10
+ pkgver = 24.6.0
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 033f04c7a1c0..ba63dc47479c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.5.10
-tag="036e41ae246427993a54d5c0ac080ce5b1f2b201"
+pkgver=24.6.0
+tag="79120b208b37d3d5b0bfaaa6e52c37f257a6d603"
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=('193a0f71401d7fca9ce9a79bc4790fb837c78c7dc61ee0ee2ba51f9122dacb5a')
+sha256sums=('ae09c5a98aa222d4ddf3a2bc53b3b6b08faade517f3e225653f7b60b63b99892')
prepare() {
cd "${pkgname}-${pkgver}"