summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2022-05-15 17:27:17 +0200
committerPatrizio Bekerle2022-05-15 17:27:17 +0200
commitca3b997d5111b5f7e259bf35a5b2c97c64b681ed (patch)
tree9ef5cd65c57b0fb566b8736870144caa8d45ca79
parent4825eccaf5b28bc3872091e9bb59dd2ac586772b (diff)
downloadaur-ca3b997d5111b5f7e259bf35a5b2c97c64b681ed.tar.gz
releasing version 22.5.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a66615daf62b..7f95f38160e0 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 = 22.5.0
+ pkgver = 22.5.1
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index eb74890ded39..1b92f3bec4cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=22.5.0
-tag="4082d4afddfa9a384edf889aced48fa500fd33f7"
+pkgver=22.5.1
+tag="bfe7df262803eb5a5cfb62415502f3b8afc1fe7c"
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-xmlpatterns' 'qt5-websockets' 'qt5-x11extras' 'aspell')
makedepends=('qt5-tools')
source=("https://download.tuxfamily.org/${pkgname}/src/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('52a81401a4a03c77e28f37f56c3ebdc6696ff43c75cc9330d10ba7e801f48ccd')
+sha256sums=('9e7207035dd51c64179b2486587a5da46a5d2891eabfff40a6794a31dbef1b67')
prepare() {
cd "${pkgname}-${pkgver}"