summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Houghton2017-06-29 13:47:25 -0400
committerJames Houghton2017-06-29 13:47:25 -0400
commite25a01341a218a7e9932108c5cd90ad23ac1ff28 (patch)
treec9fa244fe1addaba96fe3bb83a95a59e632faa88
parent1a50a06a7b1765528b430894954c8fbaa86a8e8c (diff)
downloadaur-e25a01341a218a7e9932108c5cd90ad23ac1ff28.tar.gz
Fix deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a440c9554703..f2da0e7978a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = ttyvideo
arch = any
license = MIT
makedepends = cmake
- depends = opencv,
- depends = gstreamer,
+ depends = opencv
+ depends = gstreamer
depends = gst-plugins-base
source = https://github.com/jamesthoughton/ttyvideo/archive/0.0.1.tar.gz
md5sums = 862c8cf756ad896f82654565ffc7f5ad
diff --git a/PKGBUILD b/PKGBUILD
index 5284e89f2c5d..ffdfb54caff6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgrel='1'
pkgdesc="ttyvideo displays videos in the terminal."
arch=('any')
license=('MIT')
-depends=(opencv, gstreamer, gst-plugins-base)
+depends=(opencv gstreamer gst-plugins-base)
makedepends=(cmake)
source=("https://github.com/jamesthoughton/ttyvideo/archive/0.0.1.tar.gz")
url='https://github.com/jamesthoughton/ttyvideo'