summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavide Depau2020-04-11 18:16:58 +0200
committerDavide Depau2020-04-11 18:16:58 +0200
commit89eb2de76a50849c32de146f750a36c230704c8b (patch)
tree17e49a1e9205c814356aa06dea19ec3a1f45581a /PKGBUILD
parent6b3e2021c60ad85e41f44d1b22c62df6820d8ae6 (diff)
downloadaur-89eb2de76a50849c32de146f750a36c230704c8b.tar.gz
Update package dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b49a04f695e..ba3e35d5b50a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Davide Depau <davide@depau.eu>
pkgname=xdg-desktop-portal-wlr-git
-pkgver=r22.bba347b
+pkgver=r25.ea98281
pkgrel=1
pkgdesc='xdg-desktop-portal backend for wlroots'
url=https://github.com/emersion/xdg-desktop-portal-wlr
@@ -9,9 +9,11 @@ arch=(x86_64)
license=(custom:MIT)
provides=("${pkgname%-git}" "xdg-desktop-portal-impl")
conflicts=("${pkgname%-git}")
-depends=(wlroots pipewire)
-makedepends=(wayland-protocols meson ninja git wayland systemd-libs)
-source=("${pkgname}::git+https://github.com/emersion/xdg-desktop-portal-wlr.git")
+depends=(wlroots pipewire libdrm)
+makedepends=(git meson wayland-protocols wayland)
+source=(
+ "${pkgname}::git+https://github.com/emersion/xdg-desktop-portal-wlr.git"
+)
sha512sums=('SKIP')
pkgver () {