summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFerdinand Bachmann2024-03-04 09:11:42 +0100
committerFerdinand Bachmann2024-03-04 09:12:49 +0100
commite2f43ac36b36f024bbc9717ff368ca4a0fffa2ab (patch)
treec3606ac529b4b68134957ad0b36509aa5b2c5bcd /PKGBUILD
parenteb55b9da1cd0bf93df1cc38462dca3fccb56cda8 (diff)
downloadaur-wl-mirror-git.tar.gz
add new optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b86a5241ce2..40d8a58c62f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=wl-mirror
pkgname=wl-mirror-git
pkgver=0.16.2.r0.g2abe912
-pkgrel=1
+pkgrel=2
pkgdesc="a simple Wayland output mirror client"
url="https://github.com/Ferdi265/wl-mirror"
arch=(x86_64)
@@ -23,10 +23,12 @@ makedepends=(
scdoc
)
optdepends=(
- 'dmenu: for interactive selection of options and wl-present'
- 'pipectl: for wl-present'
- 'rofi: for interactively selecting options and wl-present'
- 'slurp: for selecting regions and outputs and wl-present'
+ 'slurp: for selecting regions and outputs in wl-present'
+ 'pipectl: for managing named pipes in wl-present'
+ 'wofi: for interactive selection of options in wl-present'
+ 'wmenu: for interactive selection of options in wl-present'
+ 'rofi: for interactively selecting options in wl-present'
+ 'dmenu: for interactive selection of options in wl-present'
)
source=(
'git+https://github.com/Ferdi265/wl-mirror'