summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2023-10-01 09:25:01 +0200
committerPatrizio Bekerle2023-10-01 09:25:01 +0200
commit5e199d08335326ba12099b2fae3bde076043be31 (patch)
tree1fd33e7e178868ce15432221bf90131059c43a98
parent914fcdc90a89abb9e7fdd90f3531cc6ef84e528a (diff)
downloadaur-5e199d08335326ba12099b2fae3bde076043be31.tar.gz
releasing version 23.10.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b8db7b7e01f..e1f50d467775 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 = 23.9.7
+ pkgver = 23.10.0
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7e4b3a50c077..793e1a618838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=23.9.7
-tag="b8126eaf34f3ca322a43b375fe19079ae83c53d7"
+pkgver=23.10.0
+tag="d19946833b6272d92cfcf03d8ec0bcb8809b3cbc"
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=('237bd41f73213d075f956941620c27c9ee043786a2a4a7a93e9b75fb63b35dc8')
+sha256sums=('c0f66b28059a5aff3c05e56ee9eef76fdfd8768d1ec3818b8a0e3a7f2352c6d7')
prepare() {
cd "${pkgname}-${pkgver}"