summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2020-04-11 18:16:58 +0200
committerDavide Depau2020-04-11 18:16:58 +0200
commit89eb2de76a50849c32de146f750a36c230704c8b (patch)
tree17e49a1e9205c814356aa06dea19ec3a1f45581a
parent6b3e2021c60ad85e41f44d1b22c62df6820d8ae6 (diff)
downloadaur-89eb2de76a50849c32de146f750a36c230704c8b.tar.gz
Update package dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a14a6cd345c..4b3fd34c4ac8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = xdg-desktop-portal-wlr-git
pkgdesc = xdg-desktop-portal backend for wlroots
- pkgver = r22.bba347b
+ pkgver = r25.ea98281
pkgrel = 1
url = https://github.com/emersion/xdg-desktop-portal-wlr
arch = x86_64
license = custom:MIT
- makedepends = wayland-protocols
- makedepends = meson
- makedepends = ninja
makedepends = git
+ makedepends = meson
+ makedepends = wayland-protocols
makedepends = wayland
- makedepends = systemd-libs
depends = wlroots
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 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 () {