summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a26179db7bb1..a72a64f49402 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=ttydisp-git
_pkgname=ttydisp
pkgver=0.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Play video in the terminal"
arch=('i686' 'x86_64')
license=('MIT')
-depends=('ffmpeg')
+depends=('ffmpeg' 'libvdpau')
makedepends=('cmake' 'git')
source=("git+https://github.com/jamesthoughton/ttydisp")
url='https://github.com/jamesthoughton/ttydisp'