summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-11-24 11:06:14 -0700
committerMark Wagie2023-11-24 11:06:14 -0700
commit0959f246bc3c7f9820344d74aca426ad6ce06296 (patch)
tree26189350c42d8992958e42e0f23ff32f443f1631
parent98579859a7d43abcc81bb59fb4833ebdc60b45e5 (diff)
downloadaur-0959f246bc3c7f9820344d74aca426ad6ce06296.tar.gz
5.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c91197bffd0..68beeec410e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tagspaces-bin
pkgdesc = An offline, open source, document manager with tagging support
- pkgver = 5.6.1
+ pkgver = 5.6.2
pkgrel = 1
url = https://www.tagspaces.org
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = tagspaces-bin
depends = xdg-utils
provides = tagspaces
conflicts = tagspaces
- source = https://github.com/tagspaces/tagspaces/releases/download/v5.6.1/tagspaces-linux-amd64-5.6.1.deb
- sha256sums = 6fe5aef2a672a707cc139e018ab66ced785e6ec5bfebbde51d8af572d1a51140
+ source = https://github.com/tagspaces/tagspaces/releases/download/v5.6.2/tagspaces-linux-amd64-5.6.2.deb
+ sha256sums = 9bccccbeb325a5df9589f9c9547333824ae754e1bfb55577052fc3363418ea07
pkgname = tagspaces-bin
diff --git a/PKGBUILD b/PKGBUILD
index 609e487b8bd5..898669af8244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Samuel Walladge <samuel at swalladge dot net>
pkgname=tagspaces-bin
-pkgver=5.6.1
+pkgver=5.6.2
pkgrel=1
pkgdesc="An offline, open source, document manager with tagging support"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('alsa-lib' 'gtk3' 'libnotify' 'libsecret' 'nss' 'xdg-utils')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source=("https://github.com/tagspaces/tagspaces/releases/download/v$pkgver/${pkgname%-bin}-linux-amd64-$pkgver.deb")
-sha256sums=('6fe5aef2a672a707cc139e018ab66ced785e6ec5bfebbde51d8af572d1a51140')
+sha256sums=('9bccccbeb325a5df9589f9c9547333824ae754e1bfb55577052fc3363418ea07')
package() {
bsdtar -xvf data.tar.xz -C "$pkgdir/"