summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Houghton2017-06-29 13:11:05 -0400
committerJames Houghton2017-06-29 13:13:19 -0400
commitd963b2280b27295441340cff187924fb7875e310 (patch)
tree0fa0e645d65dd636b34df4be400d733f978896f2
parent765865a7d019c500f293a7a653e7cc54aa832a75 (diff)
downloadaur-d963b2280b27295441340cff187924fb7875e310.tar.gz
Add 0.0.1 ttyvideo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e71dd43c3c8..c0cbf7362f1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = ttyvideo
arch = any
license = MIT
depends = opencv,
- depends = gsteamer,
+ depends = gstreamer,
depends = gst-plugins-base,
depends = cmake
source = https://github.com/jamesthoughton/ttyvideo/archive/0.0.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 102c5468e152..57371903dcfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgrel='1'
pkgdesc="ttyvideo displays videos in the terminal."
arch=('any')
license=('MIT')
-depends=('opencv', 'gsteamer', 'gst-plugins-base', 'cmake')
+depends=('opencv', 'gstreamer', 'gst-plugins-base', 'cmake')
source=("https://github.com/jamesthoughton/ttyvideo/archive/0.0.1.tar.gz")
url='https://github.com/jamesthoughton/ttyvideo'
md5sums=('862c8cf756ad896f82654565ffc7f5ad')