summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavide Depau2020-03-16 02:18:57 +0100
committerDavide Depau2020-03-16 02:18:57 +0100
commitc897b2153b63fdbdbf3571859b193e0a1c8043dd (patch)
tree56c350d4b573e9603c508630890923e37ad9617c /PKGBUILD
parentca4f35ab4ae2748fea57624a526d7dd8c8151c64 (diff)
downloadaur-c897b2153b63fdbdbf3571859b193e0a1c8043dd.tar.gz
Add libpipewire02 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b5054dea8b2..3749ffc83662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Davide Depau <davide@depau.eu>
pkgname=xdg-desktop-portal-wlr-git
-pkgver=r7.13076d0
+pkgver=r21.4569963
pkgrel=1
pkgdesc='xdg-desktop-portal backend for wlroots'
url=https://github.com/emersion/xdg-desktop-portal-wlr
@@ -9,7 +9,7 @@ arch=(x86_64)
license=(custom:MIT)
provides=("${pkgname%-git}" "xdg-desktop-portal-impl")
conflicts=("${pkgname%-git}")
-depends=(wlroots)
+depends=(wlroots libpipewire02)
makedepends=(wayland-protocols meson ninja git wayland systemd-libs)
source=("${pkgname}::git+https://github.com/emersion/xdg-desktop-portal-wlr.git")
sha512sums=('SKIP')