summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45b361c99cb5..09cffc891353 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Craig McLure <craig@mclure.net>
pkgname=goxlr-utility-ui
pkgver=0.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="A UI Wrapper for the GoXLR Utility"
arch=('x86_64')
url="https://github.com/frostycoolslug/goxlr-utility-ui"
@@ -18,6 +18,8 @@ depends=(
'libsoup-3.0.so'
'libgdk_pixbuf-2.0.so'
'libpango-1.0.so'
+ 'gstreamer'
+ 'gst-plugins-good'
'goxlr-utility>=0.12.0'
)
makedepends=('cargo' 'pkgconf' 'clang')