summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Bruhin2023-08-22 16:59:37 +0200
committerFlorian Bruhin2023-08-22 16:59:37 +0200
commit7f9f6a2aef246d0c061107bc5758a1149f3acd45 (patch)
tree7987649e89d2de017d65ac858b83dcaee52425f3 /PKGBUILD
parent94098bfcc5f4d20a0538bc4bfca34a3a739d83b3 (diff)
downloadaur-barpyrus-git.tar.gz
Add more optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2362b0037157..d3b861f885b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=barpyrus-git
_pkgname=${pkgname%-git}
pkgver=r117.a50f18b
-pkgrel=2
+pkgrel=3
pkgdesc="A python wrapper for lemonbar/conky"
arch=(any)
url="https://github.com/t-wissmann/barpyrus"
@@ -15,6 +15,8 @@ optdepends=(
'herbstluftwm: Default WM integration'
'python-pytz: To use `tz_name` for `widgets.DateTime`'
'python-xlib: To use the trayer integration'
+ 'trayer: To use the trayer integration'
+ 'playerctl: To use the playerctl integration'
)
makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
source=("git+https://github.com/t-wissmann/barpyrus.git")