summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorahub2019-03-19 11:33:52 +0100
committerahub2019-03-19 11:33:52 +0100
commitdc7348fe40b2d3cc6efe71fefc9f145260995746 (patch)
treee5eb3d529a8b229e0f415e0be57bda8d1f720af8
parent6054ca3978aa554a79b36b7806c4d3d1af3d3054 (diff)
downloadaur-dc7348fe40b2d3cc6efe71fefc9f145260995746.tar.gz
Removes unused dependency 'wl-roots-git'
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81f637628774..acd1f2d29ab7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = wf-recorder-git
makedepends = git
makedepends = wayland-protocols
makedepends = ninja
- depends = wlroots-git
depends = wayland
depends = ffmpeg
depends = x264
diff --git a/PKGBUILD b/PKGBUILD
index 773d763a9cb9..bb01bae44724 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ license=("MIT")
pkgdesc="A video recorder for wlroots-based compositors like sway or wayfire"
makedepends=("meson" "git" "wayland-protocols" "ninja")
depends=(
- "wlroots-git" "wayland" "ffmpeg" "x264"
+ "wayland" "ffmpeg" "x264"
)
optdepends=(
"slurp: limit recording to a part of the screen"