summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorl422023-12-06 22:17:02 +0500
committerl422023-12-06 22:17:02 +0500
commit86218ff015ffa8d365748392e26d5839f0f16a0f (patch)
treea0bc2a27f72ebf8e3fefdcb77e6c6fc3adcdd07b /PKGBUILD
parent8d445eb8ab6710fe92688ef57267eaebd45e7d09 (diff)
downloadaur-86218ff015ffa8d365748392e26d5839f0f16a0f.tar.gz
Move 'libappindicator' to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbbdd1ab00b9..4cc45016b99b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=stretchly-bin
_pkgname=Stretchly
pkgver=1.15.1
-pkgrel=1
+pkgrel=2
_rlsver=v1.15.1
pkgdesc="The break time reminder app"
arch=('x86_64' 'aarch64')
@@ -10,7 +10,11 @@ url="https://github.com/hovancik/stretchly/"
license=('BSD')
provides=('stretchly')
conflicts=('stretchly')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3')
+depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify')
+optdepends=(
+ 'libappindicator-gtk2: sys tray support (GTK+ 2)'
+ 'libappindicator-gtk3: sys tray support (GTK+ 3)'
+)
install=${_pkgname}.install
source=("LICENSE::https://raw.githubusercontent.com/hovancik/stretchly/$_rlsver/LICENSE")