summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMehrad Mahmoudian2023-04-20 13:45:38 +0300
committerMehrad Mahmoudian2023-04-20 13:45:38 +0300
commitf88856b117d0753aaa11e129fb409d3d8e416dad (patch)
treeb0cddac33fe95637fb2a350204da68dab5eaa76e
parenteaff1f7bbbc5329c550d77934d048e15f3829426 (diff)
downloadaur-f88856b117d0753aaa11e129fb409d3d8e416dad.tar.gz
[update] improved optional dependencies descriptions
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 882c08acbed1..58e1f73bb65a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,9 +59,9 @@ url="https://github.com/flameshot-org/flameshot"
license=('GPL')
depends=(qt5-base hicolor-icon-theme qt5-svg)
makedepends=(qt5-tools git cmake kguiaddons)
-optdepends=('xdg-desktop-portal: To make Sway and wlroots work'
- 'xdg-desktop-portal-wlr: To make Sway and wlroots work'
- 'grim: To make Sway and wlroots work')
+optdepends=('xdg-desktop-portal: To make Sway, Hyprland, and wlroots work'
+ 'xdg-desktop-portal-wlr: To make Sway, Hyprland, and wlroots work'
+ 'grim: To make Sway, Hyprland, and wlroots work')
provides=(flameshot-git)
conflicts=(flameshot)
source=("git+https://github.com/flameshot-org/flameshot.git")