summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-01-22 22:00:08 +0100
committersL1pKn072023-01-22 22:00:08 +0100
commit6bc39ae4b8458825839a7508feaf92b467cf3f23 (patch)
tree6a8114d11fcc86bf8785ca112bcfaa5fe79a499a
parentaae54c288d91613a717271bc5fa0fcc2a658f860 (diff)
downloadaur-6bc39ae4b8458825839a7508feaf92b467cf3f23.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 498cabb735dc..023427f301fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = avisynth-plugin-fluxsmooth-git
license = GPL
makedepends = git
makedepends = cmake
- depends = avisynthplus
+ makedepends = avisynthplus
+ depends = libavisynth.so
provides = avisynth-plugin-fluxsmooth
conflicts = avisynth-plugin-fluxsmooth
options = debug
diff --git a/PKGBUILD b/PKGBUILD
index b243cbf7ee14..74752c514950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,10 @@ pkgdesc="Plugin for Avisynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://forum.doom9.org/showthread.php?t=176246'
license=('GPL')
-depends=('avisynthplus')
+depends=('libavisynth.so')
makedepends=('git'
'cmake'
+ 'avisynthplus'
)
provides=("avisynth-plugin-${_plug}")
conflicts=("avisynth-plugin-${_plug}")