diff options
author | alba4k | 2024-09-21 00:44:14 +0200 |
---|---|---|
committer | alba4k | 2024-09-21 00:44:14 +0200 |
commit | 15744f3ef262959cb806b53e0e4998b986352fce (patch) | |
tree | 1db3befb7dba34e2df42855593230674e956a896 | |
parent | 7665aa282e3f4540de5cd98a8606be8f3c37f7be (diff) | |
download | aur-15744f3ef262959cb806b53e0e4998b986352fce.tar.gz |
updated deps
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -19,6 +19,8 @@ pkgbase = xdg-desktop-portal-hyprland-git depends = xdg-desktop-portal depends = mesa depends = hyprlang-git + depends = hyprwayland-scanner-git + depends = hyprutils-git optdepends = grim: required for the screenshot portal to function optdepends = slurp: support for interactive mode for the screenshot portal; one of the built-in chooser options for the screencast portal optdepends = hyprland: the Hyprland compositor @@ -3,7 +3,7 @@ _pkgname="xdg-desktop-portal-hyprland" pkgname="${_pkgname}-git" -pkgver=1.3.1.r14.g2d2fb547 +pkgver=1.3.4.r0.g73b8c4f1 pkgrel=1 pkgdesc="xdg-desktop-portal backend for hyprland" url="https://github.com/hyprwm/xdg-desktop-portal-hyprland" @@ -11,7 +11,7 @@ arch=(x86_64) license=(BSD) provides=("${pkgname%-git}" "xdg-desktop-portal-impl" "xdg-desktop-portal-wlr") conflicts=("${pkgname%-git}") -depends=("libpipewire" "libinih" "qt6-base" "qt6-wayland" "wayland" "sdbus-cpp" "libdrm" "xdg-desktop-portal" "mesa" "hyprlang-git") +depends=("libpipewire" "libinih" "qt6-base" "qt6-wayland" "wayland" "sdbus-cpp" "libdrm" "xdg-desktop-portal" "mesa" "hyprlang-git" "hyprwayland-scanner-git>=0.4.2" "hyprutils-git") makedepends=("git" "wayland-protocols" "scdoc" "cmake") optdepends=( "grim: required for the screenshot portal to function" |