diff options
author | Davide Depau | 2020-04-11 18:16:58 +0200 |
---|---|---|
committer | Davide Depau | 2020-04-11 18:16:58 +0200 |
commit | 89eb2de76a50849c32de146f750a36c230704c8b (patch) | |
tree | 17e49a1e9205c814356aa06dea19ec3a1f45581a | |
parent | 6b3e2021c60ad85e41f44d1b22c62df6820d8ae6 (diff) | |
download | aur-89eb2de76a50849c32de146f750a36c230704c8b.tar.gz |
Update package dependencies
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 10 insertions, 9 deletions
@@ -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 @@ -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 () { |