summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-10-02 11:32:45 -0600
committerMark Wagie2023-10-02 11:32:45 -0600
commit690275597ec9d344a85cc64f9b6c46d74fb81730 (patch)
treec3d672b9e313cdec8b3d1f16256d58d0dfdf147d
parentd7a7b87d987ffe229b2130fda4d6cc2cb2e9bccc (diff)
downloadaur-690275597ec9d344a85cc64f9b6c46d74fb81730.tar.gz
5.5.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f036d273170..bf9a85ee6061 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.1
+ pkgver = 5.5.2
pkgrel = 1
url = https://www.tagspaces.org
arch = x86_64
@@ -11,10 +11,9 @@ pkgbase = tagspaces-bin
depends = libsecret
depends = nss
depends = xdg-utils
- optdepends = libappindicator-gtk3: Tray icon
provides = tagspaces
conflicts = tagspaces
- source = https://github.com/tagspaces/tagspaces/releases/download/v5.5.1/tagspaces-linux-amd64-5.5.1.deb
- sha256sums = 68881d3985ce5512f2cc3f73ee4893a872472541c90d661ce345bc44f6a437e0
+ source = https://github.com/tagspaces/tagspaces/releases/download/v5.5.2/tagspaces-linux-amd64-5.5.2.deb
+ sha256sums = 7280bdfe55acdb15aea02c3e3aea5513cfa4618e924f27d6342494ac97d5cae3
pkgname = tagspaces-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5639b3a8de4a..4c868e5e2a6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,17 @@
# 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.1
+pkgver=5.5.2
pkgrel=1
pkgdesc="An offline, open source, document manager with tagging support"
arch=('x86_64')
url="https://www.tagspaces.org"
license=('AGPL3')
depends=('alsa-lib' 'gtk3' 'libnotify' 'libsecret' 'nss' 'xdg-utils')
-optdepends=('libappindicator-gtk3: Tray icon')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source=("https://github.com/tagspaces/tagspaces/releases/download/v$pkgver/${pkgname%-bin}-linux-amd64-$pkgver.deb")
-sha256sums=('68881d3985ce5512f2cc3f73ee4893a872472541c90d661ce345bc44f6a437e0')
+sha256sums=('7280bdfe55acdb15aea02c3e3aea5513cfa4618e924f27d6342494ac97d5cae3')
package() {
bsdtar -xvf data.tar.xz -C "$pkgdir/"