summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33106f9806e8..634d32f31664 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-vsadjust-git
pkgdesc = Plugin for Vapoursynth: vsadjust (GIT version)
- pkgver = r12.3f1fb35
+ pkgver = r40.83cd4c5
pkgrel = 1
url = https://github.com/Irrational-Encoding-Wizardry/vs-adjust.git
arch = any
@@ -14,10 +14,10 @@ pkgbase = vapoursynth-plugin-vsadjust-git
depends = vapoursynth-plugin-vstools-git
depends = vapoursynth-plugin-vskernels-git
depends = vapoursynth-plugin-vsexprtools-git
- depends = vapoursynth-plugin-vsrgtools-git
- depends = vapoursynth-plugin-vsmask-git
- depends = vapoursynth-plugin-vsaa-git
- depends = vapoursynth-plugin-vsscale-git
+ depends = vapoursynth-plugin-vsmasktools-git
+ depends = vapoursynth-plugin-vstransitions-git
+ depends = python
+ depends = python-numpy
provides = vapoursynth-plugin-vsadjust
conflicts = vapoursynth-plugin-vsadjust
source = vsadjust::git+https://github.com/Irrational-Encoding-Wizardry/vs-adjust.git
diff --git a/PKGBUILD b/PKGBUILD
index 97f20ad68e8d..0050b4021ac7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=vsadjust
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r12.3f1fb35
+pkgver=r40.83cd4c5
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
@@ -13,10 +13,10 @@ depends=(
'vapoursynth-plugin-vstools-git'
'vapoursynth-plugin-vskernels-git'
'vapoursynth-plugin-vsexprtools-git'
- 'vapoursynth-plugin-vsrgtools-git'
- 'vapoursynth-plugin-vsmask-git'
- 'vapoursynth-plugin-vsaa-git'
- 'vapoursynth-plugin-vsscale-git'
+ 'vapoursynth-plugin-vsmasktools-git'
+ 'vapoursynth-plugin-vstransitions-git'
+ 'python'
+ 'python-numpy'
)
makedepends=(
'git'