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 dbce5454f248..21bfbdd6a9b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tagspaces-bin
pkgdesc = An offline, open source, document manager with tagging support
- pkgver = 5.7.12
+ pkgver = 5.7.13
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.7.12/tagspaces-linux-amd64-5.7.12.deb
- sha256sums = 1c6d6b425ee2ff792255c599391f31a08ef24a8a9d4987619888505aa678e43c
+ source = https://github.com/tagspaces/tagspaces/releases/download/v5.7.13/tagspaces-linux-amd64-5.7.13.deb
+ sha256sums = cf96ffe4276e4f4a3e38ee498e06fc490b23440bea309ca9e126200aaf4912cd
pkgname = tagspaces-bin
diff --git a/PKGBUILD b/PKGBUILD
index 16bb040aa9e9..59e11e0442d4 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.7.12
+pkgver=5.7.13
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=('1c6d6b425ee2ff792255c599391f31a08ef24a8a9d4987619888505aa678e43c')
+sha256sums=('cf96ffe4276e4f4a3e38ee498e06fc490b23440bea309ca9e126200aaf4912cd')
package() {
bsdtar -xvf data.tar.xz -C "$pkgdir/"