diff options
author | quietvoid | 2023-07-20 17:37:57 -0400 |
---|---|---|
committer | quietvoid | 2023-07-20 17:37:57 -0400 |
commit | ea5e5272c53fae7d7ad135659beffaee799d08dd (patch) | |
tree | 6a5e030e34b36a2eb7613e1a477ec62bc22c3857 | |
parent | 7dec53f0bcdd9a3ee2afbd18a784f20983b14dca (diff) | |
download | aur-ea5e5272c53fae7d7ad135659beffaee799d08dd.tar.gz |
Add vapoursynth-plugin-subtext depend
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = vapoursynth-plugin-awsmfunc-git pkgdesc = Plugin for VapourSynth: awsmfunc (GIT version) - pkgver = 1.3.3.r6.ge2f9904 + pkgver = 1.3.4.r8.g8222a31 pkgrel = 1 url = https://github.com/OpusGang/awsmfunc arch = x86_64 @@ -10,6 +10,7 @@ pkgbase = vapoursynth-plugin-awsmfunc-git makedepends = python-installer makedepends = python-wheel depends = python-numpy + depends = vapoursynth-plugin-subtext depends = vapoursynth-plugin-vsutil depends = vapoursynth-plugin-rekt depends = vapoursynth-plugin-remapframes @@ -2,13 +2,14 @@ _plug=awsmfunc pkgname=vapoursynth-plugin-${_plug}-git -pkgver=1.3.3.r6.ge2f9904 +pkgver=1.3.4.r8.g8222a31 pkgrel=1 pkgdesc='Plugin for VapourSynth: awsmfunc (GIT version)' arch=('x86_64') url='https://github.com/OpusGang/awsmfunc' license=('MIT') depends=('python-numpy' + 'vapoursynth-plugin-subtext' 'vapoursynth-plugin-vsutil' 'vapoursynth-plugin-rekt' 'vapoursynth-plugin-remapframes' |