summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-04 10:05:36 -0700
committerMark Wagie2024-03-04 10:05:36 -0700
commit07d4dd0390e9d282534bf2df3ad6a3767a2606db (patch)
tree4194bf70716adc87df9cbf9adf237f9fd95d980b
parent81cda7ffd2180e2b5d7eb99538c45d408d6be63b (diff)
downloadaur-07d4dd0390e9d282534bf2df3ad6a3767a2606db.tar.gz
5.7.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b9b52f88dbf..a57480bb35f3 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.4
+ pkgver = 5.7.8
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.4/tagspaces-linux-amd64-5.7.4.deb
- sha256sums = a1b14e3d9d98d6cf6937de00041a402b0b65b95f2df9fe74581f56a828a365a3
+ source = https://github.com/tagspaces/tagspaces/releases/download/v5.7.8/tagspaces-linux-amd64-5.7.8.deb
+ sha256sums = 6b38725864df4adafe56c3b27378fe9dda1617858b3919df1ae63b0ffd54257e
pkgname = tagspaces-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7a8887cd2a74..e030708f954f 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.4
+pkgver=5.7.8
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=('a1b14e3d9d98d6cf6937de00041a402b0b65b95f2df9fe74581f56a828a365a3')
+sha256sums=('6b38725864df4adafe56c3b27378fe9dda1617858b3919df1ae63b0ffd54257e')
package() {
bsdtar -xvf data.tar.xz -C "$pkgdir/"