diff options
author | Patrizio Bekerle | 2024-08-05 20:50:01 +0200 |
---|---|---|
committer | Patrizio Bekerle | 2024-08-05 20:50:01 +0200 |
commit | f0e25b28e184f6a9c0431d32fe0cec355d873641 (patch) | |
tree | 2c1a235d47a5d942605442c2c998b5777adb5bf0 | |
parent | 45a804e7e447ff70391ed24794b76b207b2955cc (diff) | |
download | aur-f0e25b28e184f6a9c0431d32fe0cec355d873641.tar.gz |
releasing version 24.8.3
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -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.8.2 + pkgver = 24.8.3 pkgrel = 1 url = https://www.qownnotes.org/ arch = i686 @@ -1,8 +1,8 @@ # Maintainer: Patrizio Bekerle <patrizio at bekerle dot com> pkgname=qownnotes -pkgver=24.8.2 -tag="5cb8d974a3dddb3a2ef9ba0e8b0a5c0646b34060" +pkgver=24.8.3 +tag="380bc11bf7966e8d6198040adb1eaf2f6a5347fa" 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=('68db1f0e93b5d55693d12a46c5cf15fbc720b0f2ab04a0caa1c88881977749d0') +sha256sums=('95b3494fa21b2204d82e9b0c58ae8d9345d7870d437bec1982b1f80c4d6f0ca8') prepare() { cd "${pkgname}-${pkgver}" |