summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af75b9440a34..18970fedac73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 30 10:10:15 UTC 2016
+# Sun Jul 31 14:23:29 UTC 2016
pkgbase = d2vwitch-git
pkgdesc = Cross-platform D2V creator. (GIT version)
- pkgver = v1.11.ga045c62
+ pkgver = v1.16.g73919e1
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=173090
arch = i686
@@ -10,6 +10,7 @@ pkgbase = d2vwitch-git
license = LGPL2.1
license = ISC
makedepends = git
+ depends = vapoursynth
depends = libavutil.so
depends = libavformat.so
depends = libavcodec.so
diff --git a/PKGBUILD b/PKGBUILD
index 4c487fdc9d65..b166a317d738 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=d2vwitch-git
-pkgver=v1.11.ga045c62
+pkgver=v1.16.g73919e1
pkgrel=1
pkgdesc="Cross-platform D2V creator. (GIT version)"
arch=('i686' 'x86_64')
url='http://forum.doom9.org/showthread.php?t=173090'
license=('LGPL2.1' 'ISC')
-depends=('libavutil.so'
+depends=('vapoursynth'
+ 'libavutil.so'
'libavformat.so'
'libavcodec.so'
'gcc-libs'