summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-08-28 09:51:01 -0600
committerMark Wagie2023-08-28 09:51:01 -0600
commita549ca33bd2ca3e30154bb96daadd6e44ed2b0a0 (patch)
treea7a6317abb75abd4b03d64dbf28fafee238c171e
parent9a6ed19f2464b4bead2f9af9bd508fcf99f9f41d (diff)
downloadaur-a549ca33bd2ca3e30154bb96daadd6e44ed2b0a0.tar.gz
add optional dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92ea53bb194f..63ab9766e06f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tagspaces
pkgdesc = An offline, open source, document manager with tagging support
pkgver = 5.4.6
- pkgrel = 1
+ pkgrel = 2
url = https://www.tagspaces.org
arch = x86_64
license = AGPL3
@@ -12,6 +12,7 @@ pkgbase = tagspaces
depends = libnotify
depends = libsecret
depends = xdg-utils
+ optdepends = libappindicator-gtk3: Tray icon
source = tagspaces-5.4.6.tar.gz::https://github.com/tagspaces/tagspaces/archive/refs/tags/v5.4.6.tar.gz
source = tagspaces.desktop
source = tagspaces.sh
diff --git a/PKGBUILD b/PKGBUILD
index 305484e4120d..c44656d88a4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: syntheit <daniel@matv.io>
pkgname=tagspaces
pkgver=5.4.6
-pkgrel=1
+pkgrel=2
_electronversion=25
pkgdesc="An offline, open source, document manager with tagging support"
arch=('x86_64')
@@ -10,6 +10,7 @@ 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")