summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsl1pkn072015-11-27 20:10:18 +0100
committersl1pkn072015-11-27 20:10:18 +0100
commit704378c4c1d429cdf4a717169b04f81d49d214e9 (patch)
tree2be7deda6b57c2c9d348364be013e803cffea50a /PKGBUILD
parent984d5bd2c0fa080666b987de384d40bbf44b099f (diff)
downloadaur-704378c4c1d429cdf4a717169b04f81d49d214e9.tar.gz
Update PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4d8f6cc69f8..22bf37a4752e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,16 @@
_plug=lsmashsource
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r804.03117ec
+pkgver=r822.3492099
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
url='http://forum.doom9.org/showthread.php?t=167435'
license=('LGPL')
-depends=('vapoursynth' 'l-smash-git')
+depends=('vapoursynth'
+ 'ffmpeg'
+ 'liblsmash.so'
+ )
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")