summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-08-29 00:54:18 +0200
committersL1pKn072021-08-29 00:54:18 +0200
commit77921d45ed92abac3e9d330574cdfa5cdae287e9 (patch)
tree882381dab4a3d220b9fde52a3ce247c18e8d5213
parentb7a5d1c4a703fca80475a47ef73ea1715359705f (diff)
downloadaur-77921d45ed92abac3e9d330574cdfa5cdae287e9.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e26686460706..d1cf4aa31619 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = vapoursynth-plugin-xvs-git
pkgdesc = Plugin for Vapoursynth: xvs (GIT version)
- pkgver = r4.75877c8
+ pkgver = r9.49eee27
pkgrel = 1
url = https://github.com/xyx98/my-vapoursynth-script
arch = any
license = GPL
makedepends = git
+ depends = ffms2
depends = vapoursynth-plugin-muvsfunc-git
depends = vapoursynth-plugin-tdeintmod-git
depends = vapoursynth-plugin-dpid-git
depends = vapoursynth-plugin-tonemap-git
- depends = vapoursynth-plugin-ffms2-git
depends = vapoursynth-plugin-lsmashsource-git
provides = vapoursynth-plugin-xvs
conflicts = vapoursynth-plugin-xvs
@@ -18,4 +18,3 @@ pkgbase = vapoursynth-plugin-xvs-git
sha256sums = SKIP
pkgname = vapoursynth-plugin-xvs-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 06f74287b629..1a7dca0a8e57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_plug=xvs
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r4.75877c8
+pkgver=r9.49eee27
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://github.com/xyx98/my-vapoursynth-script'
license=('GPL')
-depends=('vapoursynth-plugin-muvsfunc-git'
+depends=('ffms2'
+ 'vapoursynth-plugin-muvsfunc-git'
# vsfiltermod not work in linux :( https://github.com/sorayuki/VSFilterMod
'vapoursynth-plugin-tdeintmod-git'
'vapoursynth-plugin-dpid-git'
'vapoursynth-plugin-tonemap-git'
- 'vapoursynth-plugin-ffms2-git'
'vapoursynth-plugin-lsmashsource-git'
)
makedepends=('git')