summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-10-12 15:32:22 +0200
committersl1pkn072015-10-12 15:32:22 +0200
commit88ea64c081e99338b61043ddb7cdc27b5a158773 (patch)
tree39dcf54472fcdb0200269adb987103df568d7a8f
parentf8519b31436bc60e0f2958d2d7ebe76ba33c6989 (diff)
downloadaur-88ea64c081e99338b61043ddb7cdc27b5a158773.tar.gz
Update depends=()
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f59eccd21c33..6a39425e1be2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wobbly-git
pkgdesc = IVTC assistant for VapourSynth, similar to Yatta. (GIT version)
- pkgver = v1.0.g915e082
+ pkgver = v1.3.g1d455f5
pkgrel = 1
url = https://github.com/dubhater/Wobbly
install = wobbly-git.install
@@ -12,6 +12,8 @@ pkgbase = wobbly-git
depends = vapoursynth-plugin-scxvid-git
depends = vapoursynth-plugin-fieldhint-git
depends = vapoursynth-plugin-d2vsource-git
+ depends = vapoursynth-plugin-zimg-git
+ depends = vapoursynth-plugin-lsmashsource
depends = xdg-utils
provides = wobbly
conflicts = wobbly
diff --git a/PKGBUILD b/PKGBUILD
index 528095874c3f..0a55c39dfb56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=wobbly-git
-pkgver=v1.0.g915e082
+pkgver=v1.3.g1d455f5
pkgrel=1
pkgdesc="IVTC assistant for VapourSynth, similar to Yatta. (GIT version)"
arch=('i686' 'x86_64')
@@ -11,7 +11,10 @@ depends=('qt5-base'
'vapoursynth-plugin-scxvid-git'
'vapoursynth-plugin-fieldhint-git'
'vapoursynth-plugin-d2vsource-git'
- 'xdg-utils')
+ 'vapoursynth-plugin-zimg-git'
+ 'vapoursynth-plugin-lsmashsource'
+ 'xdg-utils'
+ )
makedepends=('git')
provides=('wobbly')
conflicts=('wobbly')