summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Garfias2020-12-14 23:13:09 -0600
committerDavid Garfias2020-12-14 23:13:09 -0600
commit3336817569693400617d59440aaa1bd30df44270 (patch)
treeee2cb203c2115e466c6a4388a2d540639aca6ec7
parent9222c771ae6041503df4e4b53f14f2c8bc5fdd82 (diff)
downloadaur-3336817569693400617d59440aaa1bd30df44270.tar.gz
Corrected slight mistake in PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bed3ce3abd7..9d7519e70737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ changelog='CHANGELOG'
arch=('x86_64')
url="https://github.com/fzwoch/${pkgname}"
license=('GPL2')
-depends=('gnome-shell' 'obs-studio' 'gtk3' 'gstreamer' 'gst-plugins-base-libs')
+depends=('gnome-shell' 'obs-studio' 'gstreamer' 'gst-plugins-base-libs')
makedepends=('meson' 'git')
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('a67e06a3473a4418ce5437e74aa82a55fe70a7f7d6d61d3e68047973b458db41')