summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquietvoid2023-07-20 17:37:57 -0400
committerquietvoid2023-07-20 17:37:57 -0400
commitea5e5272c53fae7d7ad135659beffaee799d08dd (patch)
tree6a5e030e34b36a2eb7613e1a477ec62bc22c3857
parent7dec53f0bcdd9a3ee2afbd18a784f20983b14dca (diff)
downloadaur-ea5e5272c53fae7d7ad135659beffaee799d08dd.tar.gz
Add vapoursynth-plugin-subtext depend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df8cdb814789..1e0b15e66c0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 6a34b1243b1b..a96b7cc5164d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'