summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-01-17 02:32:22 +0100
committerGustavo Alvarez2016-01-17 02:32:22 +0100
commitb4f6c37daf238d5ca1c2a05661435dc69399c918 (patch)
tree64cf2251a185064ec88c0bc2423cfdaee906b023
parentec0ab09c8536e553fc1236efaafa08c370fecf89 (diff)
downloadaur-b4f6c37daf238d5ca1c2a05661435dc69399c918.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7787a8ad81f..d0cd1f0165b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 25 20:38:40 UTC 2015
+# Sun Jan 17 01:32:06 UTC 2016
pkgbase = vapoursynth-plugin-d2vsource-git
pkgdesc = Plugin for Vapoursynth: d2vsource (GIT version)
pkgver = beta7.10.ge4a2d98
@@ -10,6 +10,9 @@ pkgbase = vapoursynth-plugin-d2vsource-git
license = LGPL2.1
makedepends = git
depends = vapoursynth
+ depends = libavutil.so
+ depends = libavformat.so
+ depends = libavcodec.so
provides = vapoursynth-plugin-d2vsource
conflicts = vapoursynth-plugin-d2vsource
source = git+https://github.com/dwbuiten/d2vsource.git
diff --git a/PKGBUILD b/PKGBUILD
index 055eecbfe69d..4d623204a192 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,11 @@ pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
url="https://github.com/dwbuiten/${_plug}"
license=('LGPL2.1')
-depends=('vapoursynth')
+depends=('vapoursynth'
+ 'libavutil.so'
+ 'libavformat.so'
+ 'libavcodec.so'
+ )
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")