summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrizio Bekerle2024-06-14 19:58:07 +0200
committerPatrizio Bekerle2024-06-14 19:58:07 +0200
commitc54ee5dcfc39310c0e7473ef5490fe41aac513c2 (patch)
treec0cfa17d3cdd560655b08fdaf7f318595ee18a8b
parent43733220b72efc5bc64888609328fa3facf032ee (diff)
downloadaur-c54ee5dcfc39310c0e7473ef5490fe41aac513c2.tar.gz
releasing version 24.6.2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84018d9f2ea6..84228a1ecc4c 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.6.1
+ pkgver = 24.6.2
pkgrel = 1
url = https://www.qownnotes.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 18b4373e0fe1..4c888293f822 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrizio Bekerle <patrizio at bekerle dot com>
pkgname=qownnotes
-pkgver=24.6.1
-tag="8538b7b1adf98327707c4286aae0cba6de6bf431"
+pkgver=24.6.2
+tag="25cada5cd94f14744febcb2d464da13e9ff5c3bd"
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=('152e1526d4e1d0b22bac82be209c5206a704b0d53bfdee8a1b7d7dd052c0402e')
+sha256sums=('eebec7b913749a8d6dd1b7387a11a38305691c94bc4f9a6c2209985cb9d38f9b')
prepare() {
cd "${pkgname}-${pkgver}"