summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-10-02 11:31:57 -0600
committerMark Wagie2023-10-02 11:31:57 -0600
commitdd6d2006d772d2e98dccf858aabb09d5758756b6 (patch)
tree3ea7c1db8548e971cd9b28218bab687b3d996183
parent1617d19d1f4ae3b693266617d44038a3d93a9b11 (diff)
downloadaur-dd6d2006d772d2e98dccf858aabb09d5758756b6.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 9ed2db5af3ae..97aff477449d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tagspaces
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
@@ -12,11 +12,10 @@ pkgbase = tagspaces
depends = libnotify
depends = libsecret
depends = xdg-utils
- optdepends = libappindicator-gtk3: Tray icon
- source = tagspaces-5.5.1.tar.gz::https://github.com/tagspaces/tagspaces/archive/refs/tags/v5.5.1.tar.gz
+ source = tagspaces-5.5.2.tar.gz::https://github.com/tagspaces/tagspaces/archive/refs/tags/v5.5.2.tar.gz
source = tagspaces.desktop
source = tagspaces.sh
- sha256sums = 40c61766e8febd6b8bed7439bc8b0803a2fa4534b947e35ced6a11ca2861e88c
+ sha256sums = 1b8c8197965a0d2acfe303d950a4973cd195f830927908054f43aa6e3b499d3f
sha256sums = a548e2b62a61a93d80482ebe43ef11e33e2c2bfef9db641fc583bd5539ac6948
sha256sums = 99a8679718609b93f61ac8119fbeb080ca0ec5e5f2d99b08e673fa86a3d8b32b
diff --git a/PKGBUILD b/PKGBUILD
index 99a25e1dd2c8..d0aaae87e3b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: syntheit <daniel@matv.io>
pkgname=tagspaces
-pkgver=5.5.1
+pkgver=5.5.2
pkgrel=1
_electronversion=25
pkgdesc="An offline, open source, document manager with tagging support"
@@ -10,11 +10,10 @@ url="https://www.tagspaces.org"
license=('AGPL3')
depends=("electron${_electronversion}" 'libnotify' 'libsecret' 'xdg-utils')
makedepends=('git' 'libxcrypt-compat' 'npm')
-optdepends=('libappindicator-gtk3: Tray icon')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tagspaces/tagspaces/archive/refs/tags/v$pkgver.tar.gz"
"$pkgname.desktop"
"$pkgname.sh")
-sha256sums=('40c61766e8febd6b8bed7439bc8b0803a2fa4534b947e35ced6a11ca2861e88c'
+sha256sums=('1b8c8197965a0d2acfe303d950a4973cd195f830927908054f43aa6e3b499d3f'
'a548e2b62a61a93d80482ebe43ef11e33e2c2bfef9db641fc583bd5539ac6948'
'99a8679718609b93f61ac8119fbeb080ca0ec5e5f2d99b08e673fa86a3d8b32b')