summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06e827e3b0a6..9c91197bffd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tagspaces-bin
pkgdesc = An offline, open source, document manager with tagging support
- pkgver = 5.5.4
+ pkgver = 5.6.1
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.5.4/tagspaces-linux-amd64-5.5.4.deb
- sha256sums = 8593cde360450d5b7a6bd8da1d0c51eca79325afd583c1c484b76d8a0aebe81c
+ source = https://github.com/tagspaces/tagspaces/releases/download/v5.6.1/tagspaces-linux-amd64-5.6.1.deb
+ sha256sums = 6fe5aef2a672a707cc139e018ab66ced785e6ec5bfebbde51d8af572d1a51140
pkgname = tagspaces-bin
diff --git a/PKGBUILD b/PKGBUILD
index b613b8d26df3..609e487b8bd5 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.5.4
+pkgver=5.6.1
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=('8593cde360450d5b7a6bd8da1d0c51eca79325afd583c1c484b76d8a0aebe81c')
+sha256sums=('6fe5aef2a672a707cc139e018ab66ced785e6ec5bfebbde51d8af572d1a51140')
package() {
bsdtar -xvf data.tar.xz -C "$pkgdir/"