summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 031d85666f91..2a5bb999bd54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = barpyrus-git
pkgdesc = A python wrapper for lemonbar/conky
pkgver = r117.a50f18b
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/t-wissmann/barpyrus
arch = any
license = BSD
@@ -17,6 +17,8 @@ pkgbase = barpyrus-git
optdepends = herbstluftwm: Default WM integration
optdepends = python-pytz: To use `tz_name` for `widgets.DateTime`
optdepends = python-xlib: To use the trayer integration
+ optdepends = trayer: To use the trayer integration
+ optdepends = playerctl: To use the playerctl integration
source = git+https://github.com/t-wissmann/barpyrus.git
sha1sums = SKIP
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")