summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-29 09:01:30 -0700
committerMark Wagie2024-01-29 09:01:30 -0700
commit81cda7ffd2180e2b5d7eb99538c45d408d6be63b (patch)
tree44147f33e798a39954da1a05efb2a8c529591fa8
parent8ffa9024194eb644c5abdc453b1d30323b3fa1a3 (diff)
downloadaur-81cda7ffd2180e2b5d7eb99538c45d408d6be63b.tar.gz
5.7.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d659f6a628e..1b9b52f88dbf 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.2
+ pkgver = 5.7.4
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.2/tagspaces-linux-amd64-5.6.2.deb
- sha256sums = 9bccccbeb325a5df9589f9c9547333824ae754e1bfb55577052fc3363418ea07
+ source = https://github.com/tagspaces/tagspaces/releases/download/v5.7.4/tagspaces-linux-amd64-5.7.4.deb
+ sha256sums = a1b14e3d9d98d6cf6937de00041a402b0b65b95f2df9fe74581f56a828a365a3
pkgname = tagspaces-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1c25e74a26e1..7a8887cd2a74 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.2
+pkgver=5.7.4
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=('9bccccbeb325a5df9589f9c9547333824ae754e1bfb55577052fc3363418ea07')
+sha256sums=('a1b14e3d9d98d6cf6937de00041a402b0b65b95f2df9fe74581f56a828a365a3')
package() {
bsdtar -xvf data.tar.xz -C "$pkgdir/"