summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2020-04-29 17:52:57 +0200
committerDavide Depau2020-04-29 17:52:57 +0200
commitd3549d5a26f8ad8e7662fb9f47140d83c2161387 (patch)
treea818967af0a8c761423964d727244d545428a6ba
parentb95f82d792c8de70afd0af472dabaaca9bb3fcc7 (diff)
downloadaur-d3549d5a26f8ad8e7662fb9f47140d83c2161387.tar.gz
Bump to latest and add xdg-desktop-portal as depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b3fd34c4ac8..2570f77881bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xdg-desktop-portal-wlr-git
pkgdesc = xdg-desktop-portal backend for wlroots
- pkgver = r25.ea98281
+ pkgver = r29.6ecb5df
pkgrel = 1
url = https://github.com/emersion/xdg-desktop-portal-wlr
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = xdg-desktop-portal-wlr-git
makedepends = wayland-protocols
makedepends = wayland
depends = wlroots
+ depends = xdg-desktop-portal
depends = pipewire
- depends = libdrm
provides = xdg-desktop-portal-wlr
provides = xdg-desktop-portal-impl
conflicts = xdg-desktop-portal-wlr
diff --git a/PKGBUILD b/PKGBUILD
index ba3e35d5b50a..ae27e6d27ac7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Davide Depau <davide@depau.eu>
pkgname=xdg-desktop-portal-wlr-git
-pkgver=r25.ea98281
+pkgver=r29.6ecb5df
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 pipewire libdrm)
+depends=(wlroots xdg-desktop-portal pipewire)
makedepends=(git meson wayland-protocols wayland)
source=(
"${pkgname}::git+https://github.com/emersion/xdg-desktop-portal-wlr.git"