summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-11-27 20:10:18 +0100
committersl1pkn072015-11-27 20:10:18 +0100
commit704378c4c1d429cdf4a717169b04f81d49d214e9 (patch)
tree2be7deda6b57c2c9d348364be013e803cffea50a
parent984d5bd2c0fa080666b987de384d40bbf44b099f (diff)
downloadaur-704378c4c1d429cdf4a717169b04f81d49d214e9.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c83694671c9a..8b7127161c16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-lsmashsource-git
pkgdesc = Plugin for Vapoursynth: lsmashsource (GIT version)
- pkgver = r804.03117ec
+ pkgver = r822.3492099
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=167435
arch = i686
@@ -8,7 +8,8 @@ pkgbase = vapoursynth-plugin-lsmashsource-git
license = LGPL
makedepends = git
depends = vapoursynth
- depends = l-smash-git
+ depends = ffmpeg
+ depends = liblsmash.so
provides = vapoursynth-plugin-lsmashsource
conflicts = vapoursynth-plugin-lsmashsource
source = lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git
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}")