summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralba4k2024-09-21 00:44:14 +0200
committeralba4k2024-09-21 00:44:14 +0200
commit15744f3ef262959cb806b53e0e4998b986352fce (patch)
tree1db3befb7dba34e2df42855593230674e956a896
parent7665aa282e3f4540de5cd98a8606be8f3c37f7be (diff)
downloadaur-15744f3ef262959cb806b53e0e4998b986352fce.tar.gz
updated deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e0db503164f..943e87c97434 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 90ff0a1c0c05..549bca99eb3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"