summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Shick2023-11-12 16:20:27 -0500
committerDan Shick2023-11-12 16:20:27 -0500
commit64a6625e5ffaa79cebc8ab5aa2f4f0a0f66c1de6 (patch)
treeeb6398d3fcda639d9f703cfa7f05ce590f634ca8
parent84d4ec63d1942d01784dc320f66585ee7157ed2b (diff)
downloadaur-64a6625e5ffaa79cebc8ab5aa2f4f0a0f66c1de6.tar.gz
fix: remove version prefix and stale optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e911b042125..9b8a88c3f4ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xdg-desktop-portal-wlr-git
pkgdesc = xdg-desktop-portal backend for wlroots
- pkgver = v0.3.0.r15.gefcbcb6
+ pkgver = v0.7.0.r4.g84a9cf4
pkgrel = 1
url = https://github.com/emersion/xdg-desktop-portal-wlr
arch = x86_64
@@ -17,7 +17,6 @@ pkgbase = xdg-desktop-portal-wlr-git
optdepends = slurp: support for interactive mode for the screenshot portal; one of the built-in chooser options for the screencast portal
optdepends = bemenu: one of the built-in chooser options for the screencast portal
optdepends = wofi: one of the built-in chooser options for the screencast portal
- optdepends = obs-xdg-portal: support for the screencast portal in obs
provides = xdg-desktop-portal-wlr
provides = xdg-desktop-portal-impl
conflicts = xdg-desktop-portal-wlr
@@ -27,4 +26,3 @@ pkgbase = xdg-desktop-portal-wlr-git
sha512sums = SKIP
pkgname = xdg-desktop-portal-wlr-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c95fe5b56d57..4bea5a08d7cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Davide Depau <davide@depau.eu>
pkgname=xdg-desktop-portal-wlr-git
-pkgver=v0.3.0.r15.gefcbcb6
+pkgver=v0.7.0.r4.g84a9cf4
pkgrel=1
pkgdesc='xdg-desktop-portal backend for wlroots'
url=https://github.com/emersion/xdg-desktop-portal-wlr
@@ -16,7 +16,6 @@ optdepends=(
"slurp: support for interactive mode for the screenshot portal; one of the built-in chooser options for the screencast portal"
"bemenu: one of the built-in chooser options for the screencast portal"
"wofi: one of the built-in chooser options for the screencast portal"
- "obs-xdg-portal: support for the screencast portal in obs"
)
source=(
"${pkgname}::git+https://github.com/emersion/xdg-desktop-portal-wlr.git"