summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Tatschner2020-05-06 08:54:19 +0200
committerStefan Tatschner2020-05-06 08:54:19 +0200
commit611b9cbb92985bd23fcee14b94c32f1a39ef4e1b (patch)
tree2b5496b35a1e80959b6dc3e1e7eb77fe29f4b2fe
parenteb5709255504b8a4a07990e16ae964d6f2fa853b (diff)
downloadaur-611b9cbb92985bd23fcee14b94c32f1a39ef4e1b.tar.gz
Add provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cdda19fd682..a3786c0f9b26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xdg-desktop-portal-wlr
pkgdesc = xdg-desktop-portal backend for wlroots
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/emersion/xdg-desktop-portal-wlr
arch = x86_64
license = MIT
@@ -11,6 +11,7 @@ pkgbase = xdg-desktop-portal-wlr
depends = wlroots
depends = xdg-desktop-portal
depends = pipewire
+ provides = xdg-desktop-portal-impl
source = xdg-desktop-portal-wlr-0.1.0::https://github.com/emersion/xdg-desktop-portal-wlr/archive/v0.1.0.tar.gz
sha256sums = 69d67c236f4bd498323af509d44ec4a1b826da337f7ee64bbfbdb98bfda8e541
diff --git a/PKGBUILD b/PKGBUILD
index 35e450963fde..cefadad4185c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=xdg-desktop-portal-wlr
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='xdg-desktop-portal backend for wlroots'
url=https://github.com/emersion/xdg-desktop-portal-wlr
arch=(x86_64)
license=(MIT)
+provides=(xdg-desktop-portal-impl)
depends=(wlroots xdg-desktop-portal pipewire)
makedepends=(meson wayland-protocols wayland)
source=(